21 lines
513 B
CFEngine3
Executable File
21 lines
513 B
CFEngine3
Executable File
# {{ ansible_managed }}
|
|
|
|
# SASL
|
|
# specify SASL type
|
|
smtpd_sasl_auth_enable = yes
|
|
|
|
# specify SASL type
|
|
smtpd_sasl_type = dovecot
|
|
|
|
# path to the SASL socket relative to postfix spool directory i.e. /var/spool/postfix
|
|
smtpd_sasl_path = /dev/shm/sasl-auth.sock
|
|
|
|
# SASL default policy
|
|
smtpd_sasl_security_options = noanonymous
|
|
|
|
# postfix appends the domain name for SASL logins that do not have the domain part
|
|
smtpd_sasl_local_domain = $mydomain
|
|
|
|
# for legacy application compatibility
|
|
broken_sasl_auth_clients = yes
|