At 07:45 AM 8/15/2005, Dhanny Kosasih wrote:
I use SpamAssassin 3.0.4 with FC3, and i use script from Fedora to start and stop spamd. But qmailmrtg7 can't read log with standard SpamAssassin. The qmailmrtg can only read log with multilog format.



I try --syslog=stderr but i don't know where is the log file ?

Well, if spamd is daemonized, stderr goes to /dev/null unless you redirect it somewhere.

Perhaps you want something like:

spamd -s stdout | multilog {insert multilog options here}

Or if you want it to just directly log to to a file:

spamd -s /var/log/spamassassin.log

And you can crunch that through multilog later..




How SpamAssassin use multilog format ?

Reply via email to