deeztek / Hermes-Secure-Email-Gateway

Hermes Secure Email Gateway is a Free Open Source Ubuntu 20.04 LTS Server based Email Gateway that provides Spam, Virus and Malware protection, full in-transit and at-rest email encryption as well as email archiving. It features the latest email authentication techniques such as SPF, DKIM and DMARC.
https://www.hermesseg.io
GNU General Public License v3.0
72 stars 16 forks source link

Spamassassin Automatic Updates #39

Closed deeztek closed 1 year ago

deeztek commented 1 year ago

Spamassassin does not update automatically. Issue is caused by CRON=0 in the /etc/default/spamassassin file.

deeztek commented 1 year ago

WORKAROUND In a console prompt as root, edit /etc/default/spamassassin, set CRON=0 to CRON=1 and save.