qpsmtpd-forkserver 0.32 with branches/3.x fixes for TLS/AUTH
I have the run file with "--limit-connections 40". The first
connection shows up as "0/40". Does this mean I can have a total of 40
connections (i.e. 39/40) or 41 connections (40/40)? Or are the numbers in
the same base?
I've noticed that the connection count doesn't seem to be
consistent with what I'm actually observing in the log file, but this
might be because I am not seeing any disconnect logging with a
corresponding connection count associated with a process ID.
Is there such a log item in the code to show the number of
connections on disconnect, or even when a process ID has disconnected??
Thanks.