1

Topic: Spamassassin rules update

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.7
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version:  Rocky 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello.

I have clean install of iRedMail on Rocky9 and i didn't find any scheduled cron for sa-update.
How are spamasassin rules updated?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Spamassassin rules update

Seems this is a bug of SpamAssassin package, it should create a (daily) cron job to update rules automatically.

As a temporary solution, please create such cron job manually with command below:

ln -sf /usr/share/spamassassin/sa-update.cron /etc/cron.daily/sa-update

3

Re: Spamassassin rules update

Thank you