postfix: enable smtp tls logging

Log a summary message on TLS handshake completion.
This commit is contained in:
Philipp Bartsch 2020-07-08 23:48:53 +02:00 committed by lewo
parent 90539a1a99
commit 9b5df96132

View File

@ -296,6 +296,7 @@ in
# Allowing AUTH on a non encrypted connection poses a security risk
smtpd_tls_auth_only = true;
# Log only a summary message on TLS handshake completion
smtp_tls_loglevel = "1";
smtpd_tls_loglevel = "1";
# Configure a non blocking source of randomness