What are optimal setting for Spamd Startup Configuration on a busy server?
maxchildren=?
allowedips=127.0.0.1
maxconnperchild=?
What are optimal setting for Spamd Startup Configuration on a busy server?
maxchildren=?
allowedips=127.0.0.1
maxconnperchild=?
How about settings for ANY server? I dont see any docs on this at all yet
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![]()
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
What are the standard settings?
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 = "";
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
WHat does this mean:
my $maxconnperchild = "";
Unlimited?
No idea. You really do need to do some work yourself rather than having everyone else do it for you. Go have a look over on:
http://www.spamassassin.org
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Ok, thanks i didnt know spamd was made by spam assassin.
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
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.
Regards,
David
Forum Moderator
I am going with
maxchildren=10
allowedips=127.0.0.1
maxconnperchild=5