• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Max-children settings für Spamassassin

AnNaPF

New Pleskian
Hi!

Can someone tell me where to change the max-children settings for Spamassassin on Plesk 11?

prefork: server reached --max-children setting, consider raising it

Thanks.
 
update in mysql psa.misc
http://kb.parallels.com/en/787

mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e "update psa.misc set val='25' where param='spamfilter_max_children'"

/etc/init.d/psa-spamassassin restart

ps auxww | grep spamd
and look at:
spamd ... --max-children 25 ...
 
Back
Top