Marco Michelino
2006-12-16 21:46:38 UTC
I made this two scripts to generate daily reports for my users.
The first script collects data from logs to temporary tables in a
MySQL database, the second one sends report to ***@domain with
information about all blocked messages.
If you have more then one ASSP istance (like me) run the first script
on every server, then run the second one on just one server.
You need DBI and Mail::Sendmail to run them.
You also need to set myhost, mydb, myuser, mypassword in assp.cfg.
I don't use all of ASSP features so log analisys is not complete I suppose.
Please, help me complete it if you can.
The first script collects data from logs to temporary tables in a
MySQL database, the second one sends report to ***@domain with
information about all blocked messages.
If you have more then one ASSP istance (like me) run the first script
on every server, then run the second one on just one server.
You need DBI and Mail::Sendmail to run them.
You also need to set myhost, mydb, myuser, mypassword in assp.cfg.
I don't use all of ASSP features so log analisys is not complete I suppose.
Please, help me complete it if you can.