Web Hosting Talk







View Full Version : logcheck.ignore help...


eddy
01-06-2002, 05:26 PM
Hey all;

im having trouble making logcheck ignore the following lines from the log files:

imapd[24833]: Logout user=??? host=localhost [127.0.0.1]
sendmail[24835]: NOQUEUE: localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA

This is just the monitoring on the cobalt but i cant seem to figure out what to put in logcheck.ignore... i've tried different variations but with no luck... can anyone help me as to the lines i should add into this file?

thx.

-sc

RutRow
01-06-2002, 06:28 PM
This should work:


imapd.*Logout user=.*host=localhost
sendmail.*NOQUEUE.*did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA


They may have to go into logcheck.violations.ignore too.

But I would check your configuration. You should not be getting NOQUEUE messages from localhost.

eddy
01-06-2002, 06:50 PM
cool that seemed to work :) thanks for your reply

-sc