Not at this time, you can run the daemon from the command line, and quit it after it has run (it runs at 0...5..10..15......55 of the hour so you may have to wait for it to execute).

It doesn't use much memory so leaving the daemon running shouldn't be a problem.

I'm considering some tools to do maintenance and what not but probably wont have anything concrete until I've completed the conversion to C.

The php script conversion to C is almost complete and aside from that, converting the daemon perl script to C is a first for me so if anyone has experience in area I'd appreciate the assistance.

If I could get the per script converted to source I could then go about removing the module dependancies.

My understanding of the conversion is that the modules must be separated to individual '.pm' files before conversion.

so this:
mustangrestomods:/temp2/amavis-stats-0.1.20 root# cat $(which amavis- stats) | grep "^package"
package AmavisStats::Boot;
package AmavisStats::Conf;
package AmavisStats::Daemonize;
package AmavisStats::Lock;
package AmavisStats::Log;
package AmavisStats::Util;
package AmavisStats;
mustangrestomods:/temp2/amavis-stats-0.1.20 root#

would turn into:
AmavisStats.pm
AmavisStats/Boot.pm
AmavisStats/Conf.pm
AmavisStats/Daemonize.pm
AmavisStats/Lock.pm
AmavisStats/Log.pm
AmavisStats/Util.pm

before the actual conversion which should be fairly easy to achieve.


-- Dale

On Dec 17, 2005, at 03:24 , Lawrence Wong wrote:

Hi,

Does anyone know if there is a commandline tool
available for amavis-stats to manually generate data
from saved log files rather than via the auto
amavis-stats daemon.

TIA!


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to