remove duplication of sasl auth enable
This commit is contained in:
parent
e29bfd0799
commit
efe4c551d4
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
postconf -e 'smtpd_sasl_auth_enable = yes'
|
|
||||||
|
|
||||||
postconf -e 'smtpd_sasl_type = dovecot'
|
postconf -e 'smtpd_sasl_type = dovecot'
|
||||||
postconf -e 'smtpd_sasl_path = /dev/shm/sasl-auth.sock'
|
postconf -e 'smtpd_sasl_path = /dev/shm/sasl-auth.sock'
|
||||||
postconf -e 'smtpd_sasl_auth_enable = yes'
|
postconf -e 'smtpd_sasl_auth_enable = yes'
|
||||||
|
|
Loading…
Reference in New Issue