|
|
|
@ -12,3 +12,7 @@ data:
|
|
|
|
postmap lmdb:/etc/postfix/transport
|
|
|
|
postmap lmdb:/etc/postfix/transport
|
|
|
|
postconf -e "transport_maps = lmdb:/etc/postfix/transport"
|
|
|
|
postconf -e "transport_maps = lmdb:/etc/postfix/transport"
|
|
|
|
postmap lmdb:/etc/postfix/sasl_passwd
|
|
|
|
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"
|
|
|
|
|