Disable all error reports to postmaster@
These error report mails sometimes contain passwords or other confidential information. This is by design (see postconf(5)) and enabled per default. This is a very bad idea.
This commit is contained in:
parent
1a34983a35
commit
83df531b00
1 changed files with 4 additions and 0 deletions
|
|
@ -136,3 +136,7 @@ milter_default_action = accept
|
||||||
|
|
||||||
smtpd_milters = {{ ' '.join(postfix.smtpd_milters) }}
|
smtpd_milters = {{ ' '.join(postfix.smtpd_milters) }}
|
||||||
non_smtpd_milters = {{ ' '.join(postfix.non_smtpd_milters) }}
|
non_smtpd_milters = {{ ' '.join(postfix.non_smtpd_milters) }}
|
||||||
|
|
||||||
|
# Disable all error reports to postmaster@, because they sometimes contain
|
||||||
|
# passwords or other confidential information
|
||||||
|
notify_classes =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue