Hello,

for TLS statistics i'm counting the "TLS connection established"
lines for per connection statistics.

But i'm also collecting per message statistics.
This is possible for smtpd because it is also logging connect/disconnect:

smtpd[30784]: connect from english-breakfas... (unencrypted)
smtpd[30784]: Anonymous TLS connection... (encrypted)
smtpd[30784]: F2FE41925EB: client=... (encrypted, mail)
...more mails... (encrypted)
smtpd[30784]: disconnect from english-breakfast... (unencrypted)

It just tracks the TLS status per pid.

For smtp there are no connect/disconnect lines in my log.
I tried debug_peer* but it is too verbose and still missing a
clear connect/disconnect log message.

Is there a switch to enable connection logging i missed?

Markus
-- 
Markus Benning, https://markusbenning.de/

Reply via email to