diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-04-15 22:57:23 +0000 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-04-15 22:57:23 +0000 |
commit | 57e07478319e52bcf92e89c494c536344cdb9d0d (patch) | |
tree | 068ba3bbd4b5a1998751bb8fda64a07805a98370 /postfix/master.cf | |
parent | d6d47d99da3a3c5c14535fb5aba45624600c3b57 (diff) | |
download | mail-conf-57e07478319e52bcf92e89c494c536344cdb9d0d.tar.gz mail-conf-57e07478319e52bcf92e89c494c536344cdb9d0d.zip |
Diffstat (limited to 'postfix/master.cf')
-rw-r--r-- | postfix/master.cf | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/postfix/master.cf b/postfix/master.cf index fbf19c7..082aaf6 100644 --- a/postfix/master.cf +++ b/postfix/master.cf @@ -16,15 +16,48 @@ smtp inet n - y - - smtpd #tlsproxy unix - - y - 0 tlsproxy # Choose one: enable submission for loopback clients only, or for any client. #127.0.0.1:submission inet n - y - - smtpd -# == removed a bunch of stuff submission inet n - y - - smtpd -o syslog_name=postfix/submission +# added -o smtpd_tls_wrappermode=no +#-o smtpd_tls_security_level=encrypt +# -o smtpd_sasl_auth_enable=yes +# -o smtpd_tls_auth_only=yes +# -o smtpd_reject_unlisted_recipient=no +# Instead of specifying complex smtpd_<xxx>_restrictions here, +# specify "smtpd_<xxx>_restrictions=$mua_<xxx>_restrictions" +# here, and specify mua_<xxx>_restrictions in main.cf (where +# "<xxx>" is "client", "helo", "sender", "relay", or "recipient"). +# -o smtpd_client_restrictions= +# -o smtpd_helo_restrictions= +# -o smtpd_sender_restrictions= +# -o smtpd_relay_restrictions= +# -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject # added mynetworks +# -o milter_macro_daemon_name=ORIGINATING +# added +# -o smtpd_sasl_type=dovecot +# -o smtpd_sasl_path=private/auth +# added smtps +#smtps inet n - y - - smtpd +# -o syslog_name=postfix/smtps +# -o smtpd_tls_wrappermode=yes # Choose one: enable submissions for loopback clients only, or for any client. #127.0.0.1:submissions inet n - y - - smtpd submissions inet n - y - - smtpd -o syslog_name=postfix/submissions -o smtpd_tls_wrappermode=yes +# -o smtpd_sasl_auth_enable=yes +# -o smtpd_reject_unlisted_recipient=no +# Instead of specifying complex smtpd_<xxx>_restrictions here, +# specify "smtpd_<xxx>_restrictions=$mua_<xxx>_restrictions" +# here, and specify mua_<xxx>_restrictions in main.cf (where +# "<xxx>" is "client", "helo", "sender", "relay", or "recipient"). +# -o smtpd_client_restrictions= +# -o smtpd_helo_restrictions= +# -o smtpd_sender_restrictions= +# -o smtpd_relay_restrictions= +# -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject +# -o milter_macro_daemon_name=ORIGINATING #628 inet n - y - - qmqpd pickup unix n - y 60 1 pickup cleanup unix n - y - 0 cleanup |