remove duplication of sasl auth enable

This commit is contained in:
Elizabeth Hunt 2024-03-23 18:49:11 -04:00
parent e29bfd0799
commit efe4c551d4
1 changed files with 0 additions and 2 deletions

View File

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