On Tue, Oct 22, 2002 at 02:12:34PM +0530, Ananth wrote:
> Well, could you tell me how to change the 'facility' inted logs are written
> under?
> 
> presently, mail.info catches both inted (pop3,imap) and sendmail log
> messages.

Could you tell us what inted is?? All I could find on google is
Internation Education. :(

pop3d/imapd are part of the mail subsystem, and hence *will* log under
MAIL facility.  Either hack into their source code, or get a smarter
syslog system - syslog-ng is supposed to be good.

Its not all that difficult to grep out sendmail specific stuff from
maillog - here's an awk one-liner:

awk ' { if ($5 ~ "sendmail") print $0; } ' /var/log/maillog

Binand

-- 
If you found this helpful, please take some time off to rate it:
http://svcs.affero.net/rm.php?r=binand


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to