forked from pool/spamassassin
- spamassassin: sa-update.timer does not work (bsc#1175375) Remove sence less SPAM_SA_UPDATE Document how to use sa-update.service OBS-URL: https://build.opensuse.org/request/show/917789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=151
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
There is a sa-update.timer which can start daily the sa-update.service
|
|
You can enable this timer by:
|
|
systemctl enable sa-update.timer
|
|
systemctl start sa-update.timer
|
|
|
|
In /etc/sysconfig/spamd You can enable or disable some functionality of sa-update.service:
|
|
* SPAM_SA_COMPILE
|
|
* SPAM_SPAMD_RESTART
|
|
* SPAM_AMAVISD_RESTART
|
|
|