From: Norman C. Rice (no email)
Date: Sun Dec 01 2002 - 13:46:39 EST
On Sun, Dec 01, 2002 at 06:56:30PM +0100, Ralf Hildebrandt wrote:
> * Len Conrad <>:
> >
> > >The log file formats are different. Try pflogsumm.pl!
> >
> > which is behind the recent snapshot logging formats, and now gives
> > erroneous reports. Jim knows, but can't get around to fixing it now.
>
> Try this one:
> ftp://ftp.aerasec.de/pub/linux/postfix/pflogsumm
One caveat for the original poster -- these versions use
'character class syntax [: :]', which isn't supported by the perl
version installed with FreeBSD 4.7 (/usr/src/contrib/perl5).
Changing the character classes into old style regular expressions,
e.g., [[:alnum:]] into [0-9A-Za-z], appears to work fine.
I found that the latest beta version did not report the RBL
rejects and was a bit too verbose with the sender address
verification rejects. I have attached a small patch for
pflogsumm-1.0.4.AERAsec.beta7.pl for the RBL and sender address
verification reject reporting.
-- Regards, Norman C. Rice, Jr.
|
|
|