Hi,

just wanted to let everyone know that I found a SPAMD option that cannot be configured via commandline: server-scale-period

By looking at the documentation, this option sets how much time the system will wait before determining whether a new child is spawned, the current default is 2 seconds. In my case, I wanted to wait longer in order not to spawn a child only to be killed a couple of seconds later when the min-spare children became available again. I found out that the only way to change this was in the spamd script. I added the option manually ~ line 195.

'server-scale-period=i'    => \$opt{'server-scale-period'},

Now I can set the option to my taste.

--
Jorge Valdes
Intercom El Salvador
[EMAIL PROTECTED]

Reply via email to