mailserver: Extend Received header with TLS info
This commit is contained in:
parent
0e870e7188
commit
c944812a68
|
@ -95,6 +95,7 @@ lib.mkIf cfg.enable {
|
||||||
smtpd_tls_protocols = "!SSLv2, !SSLv3, !TLSv1, !TLSv1.1";
|
smtpd_tls_protocols = "!SSLv2, !SSLv3, !TLSv1, !TLSv1.1";
|
||||||
smtpd_tls_mandatory_ciphers = "medium";
|
smtpd_tls_mandatory_ciphers = "medium";
|
||||||
smtpd_tls_loglevel = "1";
|
smtpd_tls_loglevel = "1";
|
||||||
|
smtpd_tls_received_header = "yes"; # add TLS connection details to Received header
|
||||||
|
|
||||||
tls_medium_cipherlist = listToString [
|
tls_medium_cipherlist = listToString [
|
||||||
"ECDHE-ECDSA-AES128-GCM-SHA256"
|
"ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||||
|
|
Loading…
Reference in a new issue