[EMAIL PROTECTED] wrote:
> I'm running spamd with --max-spare, but as soon as I start it, it spawns 
> --max-children children and keeps it there.
> 
> I'm running 3.10 with these options:
> 
>     /usr/bin/spamd \
>       --daemonize \
>       --username=spamd \
>       --round-robin \
>       --max-children=20 \
>       --max-spare=5 \
>       --socketpath=/var/run/spam/spamd.sock \
>       --pidfile=/var/run/spam/spamd.pid
> 
> Are any of my settings incorrect?  Or could this be a bug?


Because you have specified "--round-robin".  That tells spamd to use the
"old way" of forking processes.

-- 
Robert Blayzor, BOFH
INOC, LLC
rblayzor\@(inoc.net|gmail.com)
PGP: http://www.inoc.net/~dev/
Key fingerprint = 1E02 DABE F989 BC03 3DF5  0E93 8D02 9D0B CB1A A7B0

A list is only as strong as its weakest link.  - Don Knuth

Reply via email to