1 (edited by vinacc 2016-05-13 14:10:37)

Topic: Cron spamassassin failed

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: Debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

Today on my postmaster box I found this mail:

/etc/cron.daily/spamassassin:
Job for spamassassin.service failed. See 'systemctl status spamassassin.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript spamassassin, action "reload" failed.
root@mail:~# systemctl status spamassassin.service
● spamassassin.service - Perl-based spam filter using text analysis
   Loaded: loaded (/lib/systemd/system/spamassassin.service; enabled)
   Active: inactive (dead)

May 13 06:53:42 mail systemd[1]: Unit spamassassin.service cannot be reloaded because it is inactive.

What happen? I can not restart spamassassin.

----

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

2

Re: Cron spamassassin failed

SpamAssassin will be called by Amavisd for content-based spam scanning, 'spamassassin' service doesn't need to be running.

3

Re: Cron spamassassin failed

ZhangHuangbin wrote:

SpamAssassin will be called by Amavisd for content-based spam scanning, 'spamassassin' service doesn't need to be running.

just launch it normally?

/etc/init.d/spamassassin restart

Or is there something wrong?

4

Re: Cron spamassassin failed

Keep it stopped.