diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 9d7660e..a0ccbe1 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -1887,6 +1887,10 @@ smtpd_tls_exclude_ciphers = smtpd_tls_session_cache_database = btree:\${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:\${data_directory}/smtp_scache + +# produce Received: message headers that include information about the protocol and cipher used +smtpd_tls_received_header = yes + EOF if $IS_RELAY_HOST ; then cat <> /etc/postfix/main.cf