Rick Macdougall wrote: > [EMAIL PROTECTED] wrote: >> Ernie Dunbar wrote: >> <snip> /usr/local/bin/spamd -A 127.0.0.1 -L -x -u spamc -d -m 10 <snip> > 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 there maybe a way to work around it using su -c "spamd -L -x -d -m 10" spamc ? Or does that stop binding, or children from propagating?