update recipient address filter

This commit is contained in:
Elizabeth Hunt 2024-07-07 15:57:51 -07:00
parent 91279da6ec
commit 857d7df30a
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 1 additions and 5 deletions

View File

@ -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