RE: spamd --max-spare ignored

2005-10-25 Thread Matthew.van.Eerde
Robert Blayzor wrote: > [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. >> ... >> --round-robin \ ... >> --max-spare=5 \ ... > Because you have specified "--round-robin". That tells sp

Re: spamd --max-spare ignored

2005-10-25 Thread Robert Blayzor
[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 \ > --m

spamd --max-spare ignored

2005-10-25 Thread Matthew.van.Eerde
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 \