Commit c1ab40a0 authored by Holger Levsen's avatar Holger Levsen
Browse files
parent 02567615
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@ milter_default_action = accept
milter_connect_macros = j {daemon_name} v {if_name} _
milter_data_macros = j i {daemon_name} v {if_name} _

# avoid https://www.postfix.org/smtp-smuggling.html
smtpd_forbid_bare_newline = yes
smtpd_forbid_bare_newline_exclusions = $mynetworks

# TLS stuff
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
@@ -64,3 +68,4 @@ smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtpd_tls_received_header = yes