Listen also on the ssl port 465 for clients (#709)

This commit is contained in:
Johan Smits 2017-09-07 18:08:25 +02:00 committed by Thomas VIAL
parent 1c75cabcfd
commit 0fe86e796b
3 changed files with 35 additions and 4 deletions

View file

@ -22,6 +22,19 @@ submission inet n - n - - smtpd
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_relay_restrictions=permit_sasl_authenticated,reject
-o milter_macro_daemon_name=ORIGINATING
smtps inet n - n - - smtpd
-o syslog_name=postfix/smtps
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_sasl_type=dovecot
-o smtpd_sasl_path=private/auth
-o smtpd_reject_unlisted_recipient=no
-o smtpd_sasl_authenticated_header=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_relay_restrictions=permit_sasl_authenticated,reject
-o milter_macro_daemon_name=ORIGINATING
pickup fifo n - y 60 1 pickup
-o content_filter=
-o receive_override_options=no_header_body_checks