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

Resolved SpamAssassin daily update cron exited with return code 4

lordnikkon

New Pleskian
On all our systems there is a problem with the SpamAssassin update cron. This is the error message (received by eMail):
Code:
run-parts: /etc/cron.daily/60sa-update exited with return code 4

I found this solution but it didn't help
Code:
# wget http://spamassassin.apache.org/updates/GPG.KEY
# sa-update --import GPG.KEY

Any idea what's wrong?
 
What is the output of command:

/usr/bin/sa-update; echo $?
 
On our servers the same thing. I also tried your GPG.KEY snippet, but also don't work for us.
What is the output of command:
/usr/bin/sa-update; echo $?

config: warning: description exists for non-existent rule USER_IN_ALLOWLIST_TO
channel: lint check of update failed, channel failed
 
On all our systems there is a problem with the SpamAssassin update cron. This is the error message (received by eMail):
Code:
run-parts: /etc/cron.daily/60sa-update exited with return code 4

I found this solution but it didn't help
Code:
# wget http://spamassassin.apache.org/updates/GPG.KEY
# sa-update --import GPG.KEY

Any idea what's wrong?
This work not for me
 
The same with me!
Receive an email every day
Subject: Cron <root @ .....> test -x / usr / sbin / anacron || (cd / && run-parts --report /etc/cron.daily)
run-parts: /etc/cron.daily/60sa-update exited with return code 4

What I found out that it has to do with a missing certificate.
wget http://spamassassin.apache.org/updates/GPG.KEY - here is a mistake
but try that!
and then
# sa-update --import GPG.KEY
but error message remains!
 
The same on our machines:
Code:
config: warning: description exists for non-existent rule USER_IN_ALLOWLIST_TO
channel: lint check of update failed, channel failed
4
 
# rpm -qf /usr/bin/sa-update
spamassassin-3.4.0-5.el7_7.x86_64

# rpm -qi spamassassin | grep Vendor
Vendor : CentOS

As you can see, vendor of the affected package is CentOS. SpamAssassin Bug 7838 – sa-update failes with error message (warning) is marked as Fixed. So, we have to wait for CentOS package update with the included fix, I suppose.
 
Guys, CentOS was just an example. Of course, this applies to all operating systems for Plesk.
 
Back
Top