Hello,

I have followed this how to http://clapf.acts.hu/wiki/doku.php/howto:debian_6.0.1_clapf_mysql_clamd But i have installed the nightly instead of the 0.4.7.1 version cause make install error. I don't think i am protected from spam email cause the how to don't speak about spam software, is there a built in spam software ?

All is working exept a crontab error
/usr/bin/php /usr/local/libexec/clapf/qrunner.php /var/www/spamgw.yourdomain.com (failed) qrunner.php does not exist on my system (i use nightly) what i have to do for having the same functionnality ?

root's crontab:

*/5 * * * * PATH=$PATH:/usr/sbin /usr/sbin/qshape>  
/var/lib/clapf/stat/active+incoming
*/5 * * * * PATH=$PATH:/usr/sbin /usr/sbin/qshape -s>  
/var/lib/clapf/stat/active+incoming-sender
*/5 * * * * PATH=$PATH:/usr/sbin /usr/sbin/qshape deferred>  
/var/lib/clapf/stat/deferred
*/5 * * * * PATH=$PATH:/usr/sbin /usr/sbin/qshape -s deferred>  
/var/lib/clapf/stat/deferred-sender

clapf's crontab:

*/5 * * * * /usr/bin/php /usr/local/libexec/clapf/qrunner.php 
/var/www/spamgw.yourdomain.com
1 2 * * * /usr/bin/find /var/lib/clapf/queue -type f -atime 
+`/usr/local/sbin/clapfconf -q days_to_retain_quarantine_data|cut -f2 -d'='` 
-exec rm -f '{}' \;
1 2 * * * /usr/bin/find /var/www/spamgw.yourdomain.com/cache -type f  -atime 
+`/usr/local/sbin/clapfconf -q days_to_retain_quarantine_data|cut -f2 -d'='` 
-exec rm -f '{}' \;
*/5 * * * * LC_ALL=C /usr/bin/mpstat -P ALL>  /var/lib/clapf/stat/cpu.stat

1 0 * * * /usr/bin/php /usr/local/libexec/clapf/summary.php /var/www/spamgw.yourdomain.com "clapf 
daily report" "Ham&  spam messages" daily
1 0 * * mon /usr/bin/php /usr/local/libexec/clapf/summary.php /var/www/spamgw.yourdomain.com 
"clapf weekly report" "Ham&  spam messages" weekly
1 0 1 * * /usr/bin/php /usr/local/libexec/clapf/summary.php /var/www/spamgw.yourdomain.com "clapf 
monthly report" "Ham&  spam messages" monthly

0 8 * * * /usr/bin/php /usr/local/libexec/clapf/quarantine-daily-report.php 
/var/www/spamgw.yourdomain.com

Best regards,
Xavier Rosenfeld



Reply via email to