add short-term workaround for smtp-smuggling
This commit is contained in:
parent
bd51758079
commit
387ab5a675
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ smtp_tls_security_level = {{ postfix.ssl.outgoing_security_level }}
|
|||
|
||||
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
|
||||
|
||||
# short-term workaround for https://www.postfix.org/smtp-smuggling.html
|
||||
smtpd_data_restrictions = reject_unauth_pipelining
|
||||
|
||||
# SMTPD default settings
|
||||
smtpd_helo_required = yes
|
||||
strict_rfc821_envelopes = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue