install_postfix_advanced.sh: remove some commented lines written to master.cf file.
This commit is contained in:
@@ -4099,7 +4099,6 @@ submission inet n - y - 20 smtpd
|
|||||||
-o smtpd_tls_security_level=encrypt
|
-o smtpd_tls_security_level=encrypt
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
#-o milter_macro_daemon_name=ORIGINATING
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
if ! $smtps_present ; then
|
if ! $smtps_present ; then
|
||||||
@@ -4108,7 +4107,6 @@ smtps inet n - y - - smtpd
|
|||||||
-o smtpd_tls_wrappermode=yes
|
-o smtpd_tls_wrappermode=yes
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
#-o milter_macro_daemon_name=ORIGINATING
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
elif $LISTEN_ON_ADDITIONAL_RELAY_PORT ; then
|
elif $LISTEN_ON_ADDITIONAL_RELAY_PORT ; then
|
||||||
@@ -4127,7 +4125,6 @@ submission inet n - y - 20 smtpd
|
|||||||
-o smtpd_tls_security_level=encrypt
|
-o smtpd_tls_security_level=encrypt
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
# -o milter_macro_daemon_name=ORIGINATING
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
continue
|
continue
|
||||||
@@ -4141,7 +4138,6 @@ smtps inet n - y - - smtpd
|
|||||||
-o smtpd_tls_wrappermode=yes
|
-o smtpd_tls_wrappermode=yes
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
# -o milter_macro_daemon_name=ORIGINATING
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user