[solved] channel: no 'mirrors.sought.rules.yerp.org' record found, channel failed
-
If you're getting this issues with spamassassin update and want to disable this :
Cron <root@server> /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log channel: no 'mirrors.sought.rules.yerp.org' record found, channel failed SpamAssassin: Update available, but download or extract failed
or
channel: no 'mirrors.sought.rules.yerp.org' record found, channel failed channel: no 'mirrors.updates.spamassassin.org' record found, channel failed Update available, but download or extract failed
The solution is to disable sought config :
cp -r /etc/mail/spamassassin/channel.d/sought.conf /etc/mail/spamassassin/channel.d/sought.conf.bak sed -e '/CHANNELURL=/ s/^#*/#/' -i /etc/mail/spamassassin/channel.d/sought.conf sed -e '/KEYID=/ s/^#*/#/' -i /etc/mail/spamassassin/channel.d/sought.conf service spamassassin restart