Ernie Dunbar wrote:
[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.
Is it a known bug, or do I have to bugzilla it? :)
Hi,
I tend to believe it's a new bug. Hopefully one of the devs will speak up about it. Looks like it's related to bug 3577 http://bugzilla.spamassassin.org/show_bug.cgi?id=3577 but it's not something I know how to debug.
Regards,
Rick