On Mon, Feb 13, 2006 at 04:20:52PM +0000, Josh Berry wrote: > I *think* I can do this with the LOGGEROPTS but I cannot find any > documentation on what you can put in it, what syntax your use etc.
The documentation is in 'man courierlogger', since LOGGEROPTS are just passed as command-line options to courierlogger. You'd use the '-facility' option to redirect your syslogs to some other facility, e.g. local0, which you would then discard in your /etc/syslog.conf. However you'll lose *all* logs from courier-imap that way. Better would be to log only local0.warning and above. But you'll still lose your information about who is logging in, which most system admins would want to keep. Note that logs are generated by courier-imap on stderr, which is then captured by courierlogger, which spits them at syslog. You could modify courierlogger to filter out messages matching a particular pattern. Brian. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
