[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] pafalertd and logsentry
- Subject: Re: [cobalt-users] pafalertd and logsentry
- From: "Dave" <hexy@xxxxxxxxxxxxxx>
- Date: Sat Sep 28 16:04:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> This is an example:
> sendmail.*NOQUEUE.*localhost
> There are no 'spaces' or tabs' it's like ine word.
> cut and paste that line into
> /usr/local/etc/logcheck.ignore
>
> Unless, you have been messing with logcheck.sh
> The docs for logcheck are contained in the first part of logcheck.sh
> Careful some sytems put logcheck.sh in /etc/cron.hourly
> and there may be another one in /usr/local/etc/
>
> Gerald
I found you had to add the line to both "/usr/local/etc/logcheck.ignore" and
"/usr/local/etc/logcheck.violations.ignore" to stop getting that noqueue
message.
I think the exact regexp goes along the line of...
<snip>
sendmail\[[[:digit:]]*\]: NOQUEUE: localhost \[127\.0\.0\.1\] did not issue
MAIL/EXPN/VRFY/ETRN during connection to MTA
</snap>
someone please correct me if I'm wrong :)
Cheers
Dave