[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Mail Stats not Generating
- Subject: [cobalt-developers] Mail Stats not Generating
- From: "Jose Luis Aguilar" <jlaguilar@xxxxxxx>
- Date: Wed Mar 14 12:47:45 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
I just realized that my mail stats were not being generated in my RaQ3.
I did some troubleshooting and I found that my sendmail logs are not
including a "string" that is expected by the stats program:
... sendmail ... to=<email@address> ...
The perl script "maillog2commonlog.pl" parses the mail log file and tries to
find the string shown above. Since it does not find it, it returns nothing.
Then, analog does not create any stats since there are no logs to process.
Please try the following command on your RaQ3 boxes and let me know if you
get any output on your screen (you have to be root to be able to read the
/var/log/maillog file):
# /usr/local/sbin/maillog2commonlog.pl sendmail < /var/log/maillog
If you don't get any output, then your mail stats are not being generated.
Thanks,
Jose Aguilar