Too much detail in Logwatch report
Stephen Lee
splee at plexio.com
Sun Oct 25 20:59:06 GMT 2009
On Sun, 2009-10-25 at 06:59 -0700, Mike Tremaine wrote:
> > Hi,
> >
> > I've got a Centos 5.3 / NS 4.77.10-1 box running nicely but MailScanner
> > portion of the nightly Logwatch reports are too detailed. How do I use
> > the override.conf file to prevent Phishing Report and RBL check hits
> > from being reported?
> >
> > Thanks,
> > Stephen
> >
> More of logwatch question then a Mailscanner question but... The
> phishing report has a threshold variable so you can set it high or set
> it to 0 to supress. Sadly there was a bug in this so it was impossible
> to set to 0 in the conf file. This has been fixed and the default is now
> zero or off. You can grab just mailscanner service script here
>
> http://www.stellarcore.net/downloads/mailscanner
>
> As far as the RBL report that one needs a threshold and on/off switch
> but has not been coded. Feel free to hack the script the lines you are
> looking for are
>
> if (keys %RBLType) {
> print "\nRBL Report: (Total Seen = $MailScan_RBL)\n";
> foreach $ThisOne (sort keys %RBLType) {
> print ' ' . $ThisOne . ': ' . $RBLType{$ThisOne} . " Time(s)\n";
> }
> }
>
> either comment them out or stick "|| $RBL_switch == 1" and add my
> "$RBL_switch = 0;" at the top of the script and that should shut it off.
> You can direct more question like this to the logwatch list.
>
> -Mike
Thanks Mike!
Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20091025/76faced1/attachment.html
More information about the MailScanner
mailing list