Displaying 1 result from an estimated 1 matches for "spamd_pid".
2007 Aug 17
2
Help in starting spamassassin
...To create a user: spamfilter. and add -u spamfilter to the start
command.
So I created the user and group. I ran the spamassassin --lint and -D
--lint
Then I went to /etc/rc.d/init.d/spamassassin and change the lines:
# Set default spamd configuration.
SPAMDOPTIONS="-d -c -m5 -H"
SPAMD_PID=/var/run/spamd.pid
to
# Set default spamd configuration.
SPAMDOPTIONS="-u spamfilter -d -c -m5 -H"
SPAMD_PID=/var/run/spamd.pid
And then did:
/etc/rc.d/init.d/spamassassin restart
and spamassassin is still running as root and I am still getting these
errors....