Commit fd6917f2 by Alin Voinea

Refs #69618 - Don't filter mail addresses

parent 44b06d6f
...@@ -10,6 +10,7 @@ function setup_conf_and_secret { ...@@ -10,6 +10,7 @@ function setup_conf_and_secret {
postconf -e 'smtp_sasl_security_options = noanonymous' postconf -e 'smtp_sasl_security_options = noanonymous'
postconf -e 'smtp_tls_security_level = may' postconf -e 'smtp_tls_security_level = may'
postconf -e 'mynetworks = 127.0.0.0/8 172.17.0.0/16' postconf -e 'mynetworks = 127.0.0.0/8 172.17.0.0/16'
postconf -e 'local_recipient_maps ='
echo "$MTP_RELAY $MTP_USER:$MTP_PASS" > /etc/postfix/relay_passwd echo "$MTP_RELAY $MTP_USER:$MTP_PASS" > /etc/postfix/relay_passwd
postmap /etc/postfix/relay_passwd postmap /etc/postfix/relay_passwd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment