[EMAIL PROTECTED] wrote:
Ernie Dunbar wrote:
I'm running Spamassassin v3.0.0 on FreeBSD 4.9-RELEASE, and I run spamd like this:
/usr/local/bin/spamd -A 127.0.0.1 -L -x -u spamc -d -m 10
Perhaps the -A and -u flags are mutually exclusive? Maybe binding to a particular interface is a root-only kind of thing. I believe -A 127.0.0.1 is the default anyway... try leaving that flag out and doing just -u
Hi,
They shouldn't be. The spamd children start out as the correct user but over time (I'm assuming when max-connections are hit) the newly spawned children are run as root instead of the -u user. It is a bug.
Regards,
Rick