mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-19 12:54:44 +08:00
Merge pull request #1 from dimatha/fix-duplicate-sasl-auth-config
fix: do not duplicate sasl configuration entries on restart
This commit is contained in:
commit
5795c11333
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