Skip to content
Snippets Groups Projects
Unverified Commit 387ab5a6 authored by sistason's avatar sistason
Browse files

add short-term workaround for smtp-smuggling

parent bd517580
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment