master
Marius Ensrud 3 years ago
parent 592011eeb3
commit 6dab238f7e

@ -12,3 +12,7 @@ data:
postmap lmdb:/etc/postfix/transport
postconf -e "transport_maps = lmdb:/etc/postfix/transport"
postmap lmdb:/etc/postfix/sasl_passwd
postconf -e "smtp_sasl_password_maps = lmdb:/etc/postfix/sasl_passwd"
postconf -e "smtp_sasl_auth_enable = yes"
postconf -e "smtp_sasl_security_options = noanonymous"
postconf -e "smtp_sasl_type = cyrus"

Loading…
Cancel
Save