From 857d7df30a3971b1da525ca11ff87c3b599da80a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 7 Jul 2024 15:57:51 -0700 Subject: [PATCH] update recipient address filter --- playbooks/roles/mail/templates/user-patches.sh.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/playbooks/roles/mail/templates/user-patches.sh.j2 b/playbooks/roles/mail/templates/user-patches.sh.j2 index 2780f70..6845563 100644 --- a/playbooks/roles/mail/templates/user-patches.sh.j2 +++ b/playbooks/roles/mail/templates/user-patches.sh.j2 @@ -3,11 +3,7 @@ postconf -e 'smtpd_sasl_type = dovecot' postconf -e 'smtpd_sasl_path = /dev/shm/sasl-auth.sock' postconf -e 'smtpd_sasl_auth_enable = 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' +postconf -e 'broken_sasl_auth_clients = yes' echo 'auth_username_format = %Ln' >> /etc/dovecot/conf.d/10-auth.conf