infra/playbooks/roles/mail/templates/user-patches.sh.j2

11 lines
312 B
Plaintext
Raw Normal View History

2024-03-22 18:43:42 -04:00
#!/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'
postconf -e 'broken_sasl_auth_clients = yes'
echo 'auth_username_format = %Ln' >> /etc/dovecot/conf.d/10-auth.conf