From efe4c551d46696122646dbaaaba916ead066d72d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 23 Mar 2024 18:49:11 -0400 Subject: [PATCH] remove duplication of sasl auth enable --- playbooks/roles/mail/templates/user-patches.sh.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/roles/mail/templates/user-patches.sh.j2 b/playbooks/roles/mail/templates/user-patches.sh.j2 index 8d49a9b..6845563 100644 --- a/playbooks/roles/mail/templates/user-patches.sh.j2 +++ b/playbooks/roles/mail/templates/user-patches.sh.j2 @@ -1,7 +1,5 @@ #!/bin/bash -postconf -e 'smtpd_sasl_auth_enable = yes' - postconf -e 'smtpd_sasl_type = dovecot' postconf -e 'smtpd_sasl_path = /dev/shm/sasl-auth.sock' postconf -e 'smtpd_sasl_auth_enable = yes'