11 lines
312 B
Django/Jinja
11 lines
312 B
Django/Jinja
#!/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
|