openbsd-ports/mail/milter-checkrcpt/pkg/milter_checkrcpt.rc
okan 4a2c5ec38e import milter-checkrcpt
The milter-checkrcpt plugin can be used with the milter API of
sendmail(8) to filter mails with invalid recipients.  The validity of a
recipient address is determined by querying another mail server over
SMTP.

ok ajacoutot@
2011-07-11 12:12:53 +00:00

12 lines
180 B
Bash

#!/bin/sh
#
# $OpenBSD: milter_checkrcpt.rc,v 1.1.1.1 2011/07/11 12:12:53 okan Exp $
daemon="${TRUEPREFIX}/libexec/milter-checkrcpt"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_cmd $1