Benjamin Adams wrote: > Yea I have that but when I try running saying where my spamd.log > files is I get nothing > spamd -d --syslog=/var/log/spamd.log > I run: > ./sa-stats.pl -f /var/log/spamd.log > The log has no stats what option am I looking for with spamd?
That command line is not quite right. Try this: ./sa-stats.pl -l /var/log -f spamd.log or just: ./sa-stats.pl -f spamd.log -- Bowie