update recipient address filter
This commit is contained in:
parent
91279da6ec
commit
857d7df30a
|
@ -3,11 +3,7 @@
|
||||||
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'
|
||||||
#postconf -e 'broken_sasl_auth_clients = yes'
|
postconf -e 'broken_sasl_auth_clients = yes'
|
||||||
postconf -e 'smtpd_relay_restrictions=permit_sasl_authenticated,reject'
|
|
||||||
postconf -e 'smtpd_delay_reject = yes'
|
|
||||||
postconf -e 'smtpd_client_restrictions = permit_sasl_authenticated, reject'
|
|
||||||
postconf -e 'smtpd_sasl_security_options = noanonymous'
|
|
||||||
|
|
||||||
echo 'auth_username_format = %Ln' >> /etc/dovecot/conf.d/10-auth.conf
|
echo 'auth_username_format = %Ln' >> /etc/dovecot/conf.d/10-auth.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue