Problem sa-update.cron

Discussion in 'ISPConfig 3 Priority Support' started by DanibelDaniele, Mar 17, 2021.

  1. DanibelDaniele

    DanibelDaniele New Member

    Centos 7 with ispconfig (Last Version)
    Every day the server sends me this e-mail
    how can I solve it?

    Cron <root@ip229> /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
    17-mar-2021 04:37:19: SpamAssassin: Update available, but download or extract failed
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the file /etc/mail/spamassassin/channel.d/sought.conf

    Code:
    nano /etc/mail/spamassassin/channel.d/sought.conf
    and comment out the CHANNELURL and KEYID line, so that they look like this:
    Code:
    # http://wiki.apache.org/spamassassin/SoughtRules
    # CHANNELURL=sought.rules.yerp.org
    # KEYID=6C6191E3
    # Ignore everything below.
    return 0
    The reason for the issue is that mirrors.sought.rules.yerp.org has been discontinued, so that's not ISPConfig specific.
     

Share This Page