What are optimal setting for Spamd Startup Configuration on a busy server?

EdRooney

BANNED
Oct 21, 2004
166
0
166
What are optimal setting for Spamd Startup Configuration on a busy server?
maxchildren=?
allowedips=127.0.0.1
maxconnperchild=?
 

RandyO

Well-Known Member
Jun 17, 2003
173
0
166
How about settings for ANY server? I dont see any docs on this at all yet
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
I would imagine that the standard settings are the optimal on average. It's impossible to say beyond the default settings as it will be indivdual to each and every server. Have a play and settle on what works for you. Alternatively, don't use the spamd approach ;)
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
From /scripts/RestartSrv.pm:

Code:
    my $cpspamdconf = "/etc/cpspamd.conf";
    my $spamdoptions = "";
    my $allowedips = "--allowed-ips=127.0.0.1";
    my $maxconnperchild = "";
    my $maxchildren = "--max-children=5";
    my $pidfile = "--pidfile=/var/run/spamd.pid";
    my $localonly = "";
    my $timeouttcp = "";
    my $timeoutchild = "";
 

JohnBB

Member
Dec 12, 2004
11
0
151
Hi !

I'd be very interested to see a reply to EdRooney's original question in post #1 here.
Anyone who would be so kind to share his settings?

John
 

dgbaker

Well-Known Member
PartnerNOC
Sep 20, 2002
2,531
10
343
Toronto, Ontario Canada
cPanel Access Level
DataCenter Provider
As chirpy stated, each server is different, the standard (default) settings would be the start but each and every server needs to be "optimized" individually as what would be ideal for one may not be for the other.