ae7f127384
in control/smtpplugins. Extract a "Greylisting" stanza in MESSAGE. Merge "Local non-root users to see the queue" into previous section (and provide qmail-qread-client in example mailer.conf to begin with). Mention port numbers where applicable. Enable defaults that are sensible: realrcptto in control/rcptchecks and viruscan in control/smtpfilters. Add fixsmtpio rules to make greylisting-spp's tempfails look more like qmail's other messages. Bump dependency on qmail for config-fast-pkgsrc, which is like config-fast but lets us simulate CONF_FILES-like behavior. As before, we install these minimal config files, and won't deinstall them. (But the updated qmail package will.) Bump version.
10 lines
307 B
Text
10 lines
307 B
Text
# $NetBSD: mailer.conf,v 1.6 2018/11/14 16:46:59 schmonz Exp $
|
|
#
|
|
# Use qmail as the system mailer.
|
|
#
|
|
sendmail @PREFIX@/bin/sendmail
|
|
send-mail @PREFIX@/bin/sendmail
|
|
mailq @PREFIX@/bin/qmail-qread-client
|
|
newaliases @PREFIX@/bin/newaliases
|
|
hoststat @PREFIX@/bin/qmail-tcpto
|
|
purgestat @PREFIX@/bin/qmail-tcpok
|