• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Spamassassin training now a payed function?

JohnBee

Basic Pleskian
I will be using Plesk for my third year now, and so far everything seemed fine - however, following a recent update, the Spam on my domain emails began flooding the server.
I checked all of my settings and everything remained the same - all Spam coming-in without checks

I then contacted support for help with this and was told that Spamassassin training is now a payed feature - the thing of it is however, that I have used Psamassassin training in recent past with the help of support -

And so my question is, when did Plesk make Spamassassin training a payed feature and why were we not told of this?
 
Yes, from, Technical Support Engineer - Plesk

Also please note that it is possible to additionally train SpamAssassin, however, such a feature is available only in a paid version of the extension. Please refer to the following article for details: How does SpamAssassin training work in Plesk?

Followed with;


Please let me explain the difference.
There are 2 types of learning of spam:
sa-update or update of SpamAssassin definitionsBayes filter training (learning from known spam/ham mail archives) + already mentioned learning from user actions
Plesk Email Security Free includes SpamAssasin and all its feature available without a plugin. The paid Email Security version has an additional spam learning feature by Bayes filter training.

Please let me know in case of any questions.
 
Thus, if we are talking about a paid function, then it refers to the extended functionality of the Plesk extension (Plesk Email Security).
 
This used to be an automated function - Spamassassin was part of daily cron - now it is disabled and part of payed plugin
 
It is part of the payed plugin, but it is also part of the free version. Spam filter training is part of the daily automatic maintenance. It can also be run seperately. Have you tried that?

Please try to run
# plesk daily ExecuteSpamtrain
and look into
# ps aux | grep spam
in a different SSH session several times to observe how the process is proceeding, going through all mailboxes on your server and updating the filter. Output looks similar to this:

root 8451 0.0 0.0 299064 59700 ? Ss Dec22 0:37 /usr/bin/spamd --pidfile /var/run/spamd.pid --create-prefs --daemonize --helper-home-dir=/var/qmail --max-children=5 --nouser-config --username=popuser --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin
root 14079 0.5 0.0 113492 1800 pts/0 S 16:36 0:01 /bin/bash /usr/local/psa/admin/sbin/spamtrain
root 20803 6.0 0.0 121728 4260 pts/0 S 16:39 0:00 su - popuser -s /bin/sh -c /usr/bin/sa-learn --sync --dbpath /var/qmail/mailnames/domain.tld/home/.spamassassin
popuser 20805 77.0 0.0 250592 43720 ? Rs 16:39 0:00 /usr/bin/perl -T -w /usr/bin/sa-learn --sync --dbpath /var/qmail/mailnames/domain.tld/home/.spamassassin
 
Back
Top