Re: spamassassin's home dir
Tor Slettnes <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
On May 22, 2004, at 08:39, Paul Makepeace wrote: > How is it getting this? spamd is started and indeed runs as root via > /etc/init.d/spamassassin. So is it picking up the $HOME via spamc > called via local_scan in exim? Check the OPTIONS="..." setting in /etc/default/spamassassin. Remove the "-H" flag, and specify the desired username, e.g. "-u mail". "man spamd" for details. -tor