- #!/bin/sh
- #
- # $OpenBSD: mail_milter_authentication.rc,v 1.1.1.1 2016/05/27 16:28:44 giovanni Exp $
- daemon="${TRUEPREFIX}/bin/authentication_milter"
- daemon_flags="-d"
- . /etc/rc.d/rc.subr
- pexp="perl: authentication_milter:master"
- rc_reload=NO
- rc_cmd $1
|