postfix: enable smtp tls logging
Log a summary message on TLS handshake completion.
This commit is contained in:
parent
90539a1a99
commit
9b5df96132
@ -296,6 +296,7 @@ in
|
|||||||
# Allowing AUTH on a non encrypted connection poses a security risk
|
# Allowing AUTH on a non encrypted connection poses a security risk
|
||||||
smtpd_tls_auth_only = true;
|
smtpd_tls_auth_only = true;
|
||||||
# Log only a summary message on TLS handshake completion
|
# Log only a summary message on TLS handshake completion
|
||||||
|
smtp_tls_loglevel = "1";
|
||||||
smtpd_tls_loglevel = "1";
|
smtpd_tls_loglevel = "1";
|
||||||
|
|
||||||
# Configure a non blocking source of randomness
|
# Configure a non blocking source of randomness
|
||||||
|
Loading…
x
Reference in New Issue
Block a user