Julien Vehent wrote:
That message does not indicate a TLS connection. Try using
smtpd_tls_loglevel = 1
for a clear indication of when TLS is in use without the noise.
-- Noel Jones
OK, I did. I will look more closely at the logs to check that again.
But, what does this message indicates if not a TLS connection ?
Thanks,
Julien
You get that message whenever a new smtpd process starts. It
means roughly, "the smtpd process startup has completed and
the TLS portion of the code is ready". This happens before
any client connects. This message is only logged at
smtpd_tls_loglevel 2 or greater, since it's not particularly
important or interesting on a working server.
smtpd processes start up as needed, then hang around until
they have handled $max_use connections (default 100), or been
left alone for $max_idle time (default 100s).
-- Noel Jones