1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-30 21:07:23 +02:00
# Conflicts:
#	README.md
This commit is contained in:
downtownallday
2023-12-22 18:59:26 -05:00
3 changed files with 11 additions and 1 deletions

View File

@@ -80,6 +80,11 @@ tools/editconf.py /etc/postfix/main.cf \
bounce_queue_lifetime=1d \
policy-spf_time_limit=3600
# 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.