Hi !
I'm trying to generate the stats but to no avail. I use the following
command, is it correct?
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog |
/usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zoverall
But it still give me the following ...
Completed messages: 0
Total delivery attempts: 0
any idea what could be the problem?
Carlos Jorge Santos wrote:
>
> At 10:11 AM 6/1/00 -0600, Charles Cazabon wrote:
> >
> >qmail-analog expects the first thing on the log line to be the timestamp
> >(and in the format it expects, too). How are you logging? Through
> >syslog? Dan gives an awk recipe in the qmail-analog documentation to
> >convert syslog-style logs to what qmail-analog expects.
>
> That was my problem....
> It's working..
>
> Thanks a lot
> Carlos Santos