• 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.

How Do I make changes to spamd startup?

P

phrank

Guest
Hola,

when I do an

ps axu | grep spamd I receive the following line:

root 11859 0.0 1.7 27088 25004 ? Ss 00:20 0:00 /usr/sbin/spamd --username=popuser --daemonize --nouser-config --helper-home-dir=/var/qmail --max-children 1 --create-prefs --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock


All efforts to change SPAMD_ARGS in /etc/sysconfig/spamd has had no effect.

Any suggestions?

Saludo,

franco
 
Those parameters shouldn't be changed since without them SpamAssassin won't work with Plesk and QMail. The only thing that you are able to tune is a '--max-children' parameter through 'Server' -> 'SpamAssassin' screen.
 
mine is set at 5
i have to leave spamassassin off or my queue will get backed up
is there a way to increase the --max-children setting?

Mar 6 00:46:01 email2 spamd[10245]: spamd: got connection over /tmp/spamd_full.sock
Mar 6 00:46:01 email2 spamd[10234]: prefork: child states: BBBBB
Mar 6 00:46:01 email2 spamd[10234]: prefork: server reached --max-children setting, consider raising it
 
Back
Top