mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
fix: do not duplicate sasl configuration entries on restart
Fixing the issue when container will not restart due to sasl config file error
This commit is contained in:
parent
14e42cca63
commit
b6c00c9e02
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ postfix_setup_smtpd_sasl_auth() {
|
|||
do_postconf -e "broken_sasl_auth_clients=yes"
|
||||
|
||||
[ ! -d /etc/postfix/sasl ] && mkdir /etc/postfix/sasl
|
||||
cat >> /etc/postfix/sasl/smtpd.conf <<EOF
|
||||
cat > /etc/postfix/sasl/smtpd.conf <<EOF
|
||||
pwcheck_method: auxprop
|
||||
auxprop_plugin: sasldb
|
||||
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5 NTLM
|
||||
|
|
Loading…
Add table
Reference in a new issue