5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] LOGOUT events sys...
FromSent OnAttachments
L.C.Mar 2, 2001 5:38 pm 
Patrick PriceMar 7, 2001 4:49 pm 
Sam VarshavchikMar 7, 2001 5:17 pm 
Patrick PriceMar 7, 2001 5:54 pm 
Sam VarshavchikMar 7, 2001 6:18 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] LOGOUT events syslogged with priority ERROR ?Actions...
From:Patrick Price (sysa@moment.net)
Date:Mar 7, 2001 4:49:48 pm
List:net.sourceforge.lists.courier-users

'twould be nice to have a configuration option to turn off the pop3d logging completely. Each time I install a new release of Courier, I invariable forget to comment out those lines (along with the RFC2035 error checking) and have to edit the source and recompile just to keep my log files from growing!

Since midnight (it's 7:45 PM now), I've got 27041 pop3d LOGIN syslog messages. I figure on average, 5 MEGS per 24 hours of these pop3d LOGIN/LOGOUT messages are added to my syslog, which I find useless unless I'm having a problem with pop3d.

Anyway, something to put on your feature request list if you feel so inclined.

Thanks,

Patrick

Is there any reason why in courier-imap-1.3.5 pop3d, the logout events are logged with priority ERROR ?

In the file imap/pop3dserver.c line 506 it says acctout("LOGOUT") and acctout() always starts its messages with "ERROR:". I changed it back to fprintf(stderr..) like in 1.3.2 and imapd.c, it's less annoying (messages of priority higher than notice are displayed on my console and the LOGOUT messages clutter

it).

It should really have INFO: in front of it...