diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-02-28 02:18:46 +0000 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-02-28 02:18:46 +0000 |
| commit | 6c70d49f43dcf92c4e0a007e8d2fc3f44943f39b (patch) | |
| tree | f7735e0dff6f870d9f54898590c4895bbdee2e70 /etc/postfix/master.cf | |
| parent | b572ce897f8350641506e4dd2ad435965d5614d4 (diff) | |
pacdiff
Diffstat (limited to 'etc/postfix/master.cf')
| -rw-r--r-- | etc/postfix/master.cf | 6 |
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" |
