• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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