On Tuesday September 8 2009 12:10:41 Clunk Werclick wrote: > I'm using syslog-ng, but despite listening to; > unix-stream("/dev/log"); > It gets nothing - but I don't expect it to as the default spamassassin > conf has this line; > > OPTIONS="--create-prefs --max-children 5 --username spamd > --helper-home-dir ${SAHOME} -s /var/log/spamassassin/spamd.log" > > Since August, it's produced empty logs here.
See spamd man page. The -s option is supposed to take a syslog facility name, not a filename. Mark