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

Disable Sa-Learn and Spamtrain

Hi @IgorG

I moved the files but today the system is under load and with message delays, and the SA-LEARN and SPAMTRAIN appears again.
Any other solution to complete disable all spamtrain?

One command line from many that was running:
popuser 27268 0.0 0.1 27260 7112 ? R 11:39 0:00 /usr/bin/perl -T -w /usr/bin/sa-learn --spam --no-sync -L --dbpath /var/qmail/mailnames/linot.com.br/linot/.spamassassin -f /var/qmail/mailnames/.spamtrain/learn_msgs_1485163311

Thanks in advance.
 
But do you have file /etc/cron.daily/60sa-update again? It may be recreated after next Plesk update.
 
Hi @IgorG , the file is not present in /etc/cron.daily

There are a 50plesk, but it´s about a daily maintainance script. This plesk is version 12.5

plkes.JPG
 
Do you think I can insert an "exit 0" in sa-learn script to prevent execute the task or it´s not the right solution ;)
 
Do you think I can insert an "exit 0" in sa-learn script to prevent execute the task or it´s not the right solution ;)
You can try at least. But what about just removing SA with

# rpm -e spamassassin psa-spamassassin

?
 
Having some trouble with our current Plesk Onyx 17.5.3 (Stable) still daily running spamtrain and sa-learn.

Spamassassin is completely deinstalled.
Code:
rpm -e spamassassin psa-spamassassin
error: package psa-spamassassin is not installed

There is no /etc/cron.daily/60sa-update
Code:
ls /etc/cron.daily/
50plesk-daily  dmarc-report  logrotate  makewhatis.cron  mlocate.cron  prelink  readahead.cron  tmpwatch

/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -l still shows ExecuteSpamtrain
Code:
CheckForUpdates
InstallUpdates
InstallSystemPackageUpdates
UpdateKeys
PleskUsage
Sitebuilder
MailUsage
ExecuteStatistics
ProcessAutoreports
OptimizeStatistics
AnalyseDomainStatistics
AnalyseClientStatistics
ExecuteSpamtrain
LoadCustomizations
UpdateApsCache
UpdateApsApplications
UpgradeExtensions
ExecuteGlCleaner
StoreProtectedConfigs
FileSharing
UpgradePanel
ExecuteWebStatistics
UpdateModSecurityRuleSet
AutoresponderEndDate
UpdatePhpCurlCertificates
CheckPostponedFeedback
ExecuteQuotacheck
BackupRestoreStats
ComposerSelfUpdate

How do i stop this ExecuteSpamtrain?
 
Back
Top