WIP: tweak settings
This commit is contained in:
parent
c08931882a
commit
9bcc691d91
3 changed files with 62 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue