Bypass spam checking for emails from Mailman
This commit is contained in:
parent
0e07abb2ef
commit
c115f786ae
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue