--On Dienstag, 16. Dezember 2003 11:41 +1100 Alan Milligan
<al...@balclutha.org> wrote:
You are doing your spamchecking at point of local delivery - at this point,
authdaemond has been referenced as the subsequent action of your maildroprc
not having fully disposed the message, and the correct $HOME thus set.
This implicit binding is the obvious benefit of this process - however it
requires a .courier in each virtual mail account. I'd prefer to use an
xfilter command from within the global maildroprc to mitigate this -
however $HOME is ignored by spamc/spamd :(
Is there any way to do this?
`spamc -u $LOGNAME` should pass this info to spamd, where a combination
of --sql-config, --setuid-with-sql, --virtual-config-dir, --virtual-config
or even --vpopmail could do the trick.
Default-delivery via a pipe like `spamc | maildrop` would be better than
xfilter from the global mailrdroprc, and saves you some hacking.
About using spamassassin with mySQL:
<http://cvs.sourceforge.net/viewcvs.py/spamassassin/spamassassin/sql/README?r
ev=1.6>