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,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{% if postfix.ldap.enable %}
|
||||
ldap_servers: {{ postfix.ldap.server.host }}
|
||||
ldap_servers: {{ postfix.ldap.server.host }}/
|
||||
ldap_version: 3
|
||||
ldap_search_base: {{ postfix.ldap.search_base }}
|
||||
ldap_scope: sub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue