Files
kumomta/docs/reference
Wez Furlong c8027effb6 smtp_server: collect incoming tls information for logs/meta
This commit extracts the TLS version, cipher and subject name from
the TLS state and captures it:

* In the trace headers
* In the connection metadata
* In the Reception log record

In order to capture the info in trace headers, this commit will
now change the reception protocol to ESMTPS (for SSL) or ESMTPSA (for
authenticated SSL), and emit the version and cipher information as
a comment like: `with ESMTPS (TLSv1_3:TLS13_AES_256_GCM_SHA384)`.

closes: #100
2025-07-24 13:01:13 +01:00
..
2025-07-18 12:11:14 -04:00
2025-07-22 09:08:18 +01:00
2025-07-23 16:51:06 +01:00
2025-07-23 12:44:10 +01:00
2023-02-25 10:50:58 -07:00
2024-12-18 06:41:45 -07:00