• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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