1
0
miroir de https://github.com/mail-in-a-box/mailinabox.git synchronisé 2026-03-19 18:17:22 +01:00

Guard against SMTP smuggling

This short-term workaround is recommended at https://www.postfix.org/smtp-smuggling.html:

    smtpd_data_restrictions=reject_unauth_pipelining
Cette révision appartient à :
Joshua Tauberer
2023-12-22 08:53:48 -05:00
Parent 8e4e9add78
révision faf23f150c

Voir le fichier

@@ -69,6 +69,11 @@ tools/editconf.py /etc/postfix/main.cf \
maximal_queue_lifetime=2d \
bounce_queue_lifetime=1d
# Guard against SMTP smuggling
# This short-term workaround is recommended at https://www.postfix.org/smtp-smuggling.html
tools/editconf.py /etc/postfix/main.cf \
smtpd_data_restrictions=reject_unauth_pipelining
# ### Outgoing Mail
# Enable the 'submission' ports 465 and 587 and tweak their settings.