• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

spamassassin memory usage

N

nars

Guest
I would like to hear from others experience about using spamassassin, I heard it may consume lots of memory, is it still the case in latest versions? is it worth using it?
 
Thank you for your reply.

Just a question, what's the disadvantage of lowering SPAMASSASSIN_MAX_CHILDREN? Just a supposition: if I set it to 1, messages will be processed by spamassassin more slowly (like being put in a queue to be processed each one at a time, all by same spamassasin process...) or will they just bypass spamassassin check if some other messages are being checked at same time?
 
Originally posted by nars
Thank you for your reply.

Just a question, what's the disadvantage of lowering SPAMASSASSIN_MAX_CHILDREN? Just a supposition: if I set it to 1, messages will be processed by spamassassin more slowly (like being put in a queue to be processed each one at a time, all by same spamassasin process...) or will they just bypass spamassassin check if some other messages are being checked at same time?
In this case messages will be processed by spamassassin more slowly. But all messages will be processed. Actually, qmail will start more qmail-local processes in this case, if spamassassin won't be able to process all incoming messages. The number of messages which can be delivered locally at once is limited by 10 by default but can be set with help of /var/qmail/control/concurrencylocal parameter. If you don't have this file you need to create it and put desirable value.
 
Back
Top