SpamD: still running as root: user not

Forum for getting help with Project Gamera, Spamassassin, Clamav, qmail-scanner and other anti-spam tools.
pridedata
Forum User
Forum User
Posts: 31
Joined: Wed Jul 12, 2006 4:13 pm
Contact:

SpamD: still running as root: user not

Unread post 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
pridedata
Forum User
Forum User
Posts: 31
Joined: Wed Jul 12, 2006 4:13 pm
Contact:

Also Getting

Unread post by pridedata »

Jun 26 15:30:39 alpha spamd[1331]: pyzor: check failed: internal error
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

What version of the pyzor rpm are you running? I believe I patched it in 0.4.0-11.
pridedata
Forum User
Forum User
Posts: 31
Joined: Wed Jul 12, 2006 4:13 pm
Contact:

Unread post by pridedata »

Reading repository metadata in from local files
Installed Packages
pyzor.noarch 0.4.0-11.el4.art installed
pridedata
Forum User
Forum User
Posts: 31
Joined: Wed Jul 12, 2006 4:13 pm
Contact:

Unread post 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
Post Reply