http://bugzilla.spamassassin.org/show_bug.cgi?id=4022
------- Additional Comments From [EMAIL PROTECTED] 2004-12-08 09:56 ------- Subject: Re: New: spamd respawns not with setuid() to user given with -u On Wed, Dec 08, 2004 at 09:49:55AM -0800, [EMAIL PROTECTED] wrote: > spamd started with: -c -d -u cyrus > cyrus 22889 65.6 18.9 51740 48676 ?? Ss 6:48PM 0:12.18 > /usr/local/bin/spamd -c -d -u cyrus -r /var/run/spamd/spamd. > > looks after processing max connections per child like this (childs running as > root instead cyrus): > cyrus 98999 0.0 5.6 51740 14304 ?? Is 11:45AM 0:12.21 > /usr/local/bin/spamd -c -d -u cyrus The first issue is that the parent PID has changed, so you're not running the same spamd. They even have different commandline options (no -r on the second one). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
