Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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?
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.