disable sasl on mailserver as it is not working [ci skip]
This commit is contained in:
parent
e58d4e135c
commit
7ec842d0b4
1 changed files with 7 additions and 6 deletions
|
|
@ -67,12 +67,13 @@ postscreen_greet_action = enforce
|
||||||
postscreen_bare_newline_action = enforce
|
postscreen_bare_newline_action = enforce
|
||||||
|
|
||||||
# SASL
|
# SASL
|
||||||
smtpd_sasl_auth_enable = yes
|
smtpd_sasl_auth_enable = no
|
||||||
smtpd_sasl_path = /var/spool/postfix/private/auth
|
#smtpd_sasl_auth_enable = yes
|
||||||
smtpd_sasl_type = dovecot
|
#smtpd_sasl_path = /var/spool/postfix/private/auth
|
||||||
smtpd_sasl_security_options = noanonymous
|
#smtpd_sasl_type = dovecot
|
||||||
smtpd_sasl_local_domain = $mydomain
|
#smtpd_sasl_security_options = noanonymous
|
||||||
broken_sasl_auth_clients = yes
|
#smtpd_sasl_local_domain = $mydomain
|
||||||
|
#broken_sasl_auth_clients = yes
|
||||||
|
|
||||||
# SMTP configuration
|
# SMTP configuration
|
||||||
smtp_sasl_auth_enable = yes
|
smtp_sasl_auth_enable = yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue