openbsd-ports/mail/mimedefang/pkg/mimedefang_multiplexor.rc
ajacoutot 9e74a35423 * set default email to postmaster@localhost since this alias exists by default
and change AdminName accordingly
* disable the filter_bad_filename filter by default, it is the admin's
job to choose whether he wants to enable it or not
* remove useless spamassassin.cf patch
* run mimedefang with -G so that external helpers (e.g. antivirus scanners)
can access its socket by being added to the _mdefang group

ok okan@ (maintainer)
2012-09-18 15:34:39 +00:00

15 lines
318 B
Bash
Executable File

#!/bin/sh
#
# $OpenBSD: mimedefang_multiplexor.rc,v 1.7 2012/09/18 15:34:39 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/mimedefang-multiplexor"
daemon_flags="-G -U _mdefang -E -l -m 2 -b 600 -p /var/spool/MIMEDefang/mimedefang-multiplexor.pid"
. /etc/rc.d/rc.subr
rc_reload() {
pkill -INT -f "^${pexp}"
}
rc_cmd $1