On Fri, 17 Mar 2006, Robin Bowes wrote:
[EMAIL PROTECTED] wrote:
On Fri, 17 Mar 2006, Robin Bowes wrote:
I still see those messages:
2006-03-17 17:08:13.322595500 23910 Accepted connection 0/20 from
70.84.143.100 / lists.rubyonrails.org
I'm using "LOGNOTICE = 5" and it doesn't show up.
I am also using the qpsmtpd-forkserver and SMTP.pm from the
trunk/3.x so I could get the necessary fixes for TSL/AUTH. Does that
make a difference?
I too am using 0.3x.
My logging file contains:
logging/warn 7
loglevel contains:
7
Found it:
qpsmtpd-forkserver:270: ::log(LOGINFO, "Accepted connection $running/$MAXCONN
from $ENV{TCPREMOTEIP} / $ENV{TCPREMOTEHOST}");
I can just change the log level for this item to LOGNOTICE.
Thanks.