WIP: tweak settings

This commit is contained in:
Morre 2020-07-05 19:04:03 +02:00
parent c08931882a
commit 9bcc691d91
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
3 changed files with 62 additions and 1 deletions

View file

@ -89,11 +89,13 @@ virtual_mailbox_domains = {{ postfix.virtual_mailbox_domains|join(' ') }}
# TODO: This is already enabled when using dovecot as transport
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
# Restrictions
smtpd_helo_required = yes
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
smtpd_delay_reject = yes
smtpd_helo_restrictions = permit_mynetworks,
permit_sasl_authenticated,