updated postfix config
This commit is contained in:
Vendored
+1
-1
@@ -257,7 +257,7 @@ if [ $isInFile -eq 0 ]
|
||||
echo "" >> /etc/postfix/main.cf
|
||||
echo "# google mail configuration" >> /etc/postfix/main.cf
|
||||
echo "relayhost = smtp.gmail.com:587" >> /etc/postfix/main.cf
|
||||
echo "smtp_use_tls = yes" >> /etc/postfix/main.cf
|
||||
echo "smtp_tls_security_level = may" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_auth_enable = yes" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_security_options =" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd" >> /etc/postfix/main.cf
|
||||
|
||||
@@ -97,7 +97,7 @@ if [ $isInFile -eq 0 ]
|
||||
echo "" >> /etc/postfix/main.cf
|
||||
echo "# google mail configuration" >> /etc/postfix/main.cf
|
||||
echo "relayhost = smtp.gmail.com:587" >> /etc/postfix/main.cf
|
||||
echo "smtp_use_tls = yes" >> /etc/postfix/main.cf
|
||||
echo "smtp_tls_security_level = may" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_auth_enable = yes" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_security_options =" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd" >> /etc/postfix/main.cf
|
||||
|
||||
@@ -127,7 +127,7 @@ if [ $isInFile -eq 0 ]
|
||||
echo "" >> /etc/postfix/main.cf
|
||||
echo "# google mail configuration" >> /etc/postfix/main.cf
|
||||
echo "relayhost = smtp.gmail.com:587" >> /etc/postfix/main.cf
|
||||
echo "smtp_use_tls = yes" >> /etc/postfix/main.cf
|
||||
echo "smtp_tls_security_level = may" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_auth_enable = yes" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_security_options =" >> /etc/postfix/main.cf
|
||||
echo "smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd" >> /etc/postfix/main.cf
|
||||
|
||||
Reference in New Issue
Block a user