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@
12 lines
180 B
Bash
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
|