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

View file

@ -68,6 +68,11 @@ header_checks:
jump_chain: discard
[mta]
# Email is sent on the submission port to bypass spam checking.
smtp_port: 587
[language.en]
# Change the english language to be UTF-8 (it defaults to ascii).
description: English (USA)