Bypass spam checking for emails from Mailman

This commit is contained in:
Aurélien Bompard 2016-05-12 12:05:15 +00:00
parent 0e07abb2ef
commit c115f786ae
2 changed files with 10 additions and 0 deletions

View file

@ -6,7 +6,12 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
# Mail received from outside: spam checking is enabled.
smtp inet n - n - - smtpd -o content_filter=spamassassin
# Mail received from Mailman: only localhost on the submission port, no spam checking.
localhost:submission inet n - n - - smtpd
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes