mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +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
9235ee0dc1
commit
8b6a6acfae
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,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