Page 1 of 1

SpamD: still running as root: user not

Posted: Tue Jun 26, 2007 3:22 pm
by pridedata
After I upgrade to spamd 3.2.1 I receive the below error everything else works fine.

Jun 26 15:21:28 alpha spamd[1455]: spamd: still running as root: user not specified with -u, not found, or set to root, falling back to nobody

Also Getting

Posted: Tue Jun 26, 2007 3:31 pm
by pridedata
Jun 26 15:30:39 alpha spamd[1331]: pyzor: check failed: internal error

Posted: Tue Jun 26, 2007 8:29 pm
by scott
What version of the pyzor rpm are you running? I believe I patched it in 0.4.0-11.

Posted: Tue Jun 26, 2007 9:13 pm
by pridedata
Reading repository metadata in from local files
Installed Packages
pyzor.noarch 0.4.0-11.el4.art installed

Posted: Tue Jun 26, 2007 9:45 pm
by pridedata
I had to change the follwing:

/etc/sysconfig/spamassassin
from
SPAMDOPTIONS="-d -c -m5 -H"
to
SPAMDOPTIONS="-d -c -m5 -H -u mail"



/etc/mail/spamassassin/spamassassin-helper.sh
from
/usr/bin/spamassassin -e
to
/usr/bin/spamassassin -e -u mail


this also fixed my pyzor issue