summaryrefslogtreecommitdiff
path: root/etc/postfix/master.cf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/postfix/master.cf')
-rw-r--r--etc/postfix/master.cf6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/postfix/master.cf b/etc/postfix/master.cf
index 46ed0b73..00bb1250 100644
--- a/etc/postfix/master.cf
+++ b/etc/postfix/master.cf
@@ -4,7 +4,7 @@
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master" or
-# on-line: http://www.postfix.org/master.5.html).
+# on-line: https://www.postfix.org/master.5.html).
#
# Do not forget to execute "postfix reload" after editing this file.
#
@@ -21,10 +21,12 @@ smtp inet n - n - - smtpd
#127.0.0.1:submission inet n - n - - smtpd
submission inet n - n - - smtpd
-o syslog_name=postfix/submission
+# -o smtpd_forbid_unauth_pipelining=no
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_tls_auth_only=yes
# -o local_header_rewrite_clients=static:all
+# -o smtpd_hide_client_session=yes
-o smtpd_reject_unlisted_recipient=no
# Instead of specifying complex smtpd_<xxx>_restrictions here,
# specify "smtpd_<xxx>_restrictions=$mua_<xxx>_restrictions"
@@ -40,9 +42,11 @@ submission inet n - n - - smtpd
#127.0.0.1:submissions inet n - n - - smtpd
submissions inet n - n - - smtpd
-o syslog_name=postfix/submissions
+# -o smtpd_forbid_unauth_pipelining=no
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
# -o local_header_rewrite_clients=static:all
+# -o smtpd_hide_client_session=yes
-o smtpd_reject_unlisted_recipient=no
# Instead of specifying complex smtpd_<xxx>_restrictions here,
# specify "smtpd_<xxx>_restrictions=$mua_<xxx>_restrictions"