mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
11 lines
232 B
Bash
11 lines
232 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/libexec/sendmail/sendmail"
|
|
daemon_flags="-L sm-mta -C${SYSCONFDIR}/mail/localhost.cf -bd -q30m"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="(sendmail: (accepting|rejecting).*|${daemon}.* -(q[0-9]|bd)*)"
|
|
|
|
rc_cmd $1
|