7
0
forked from pool/spamassassin
Files
spamassassin/sysconfig.spamd
Arjen de Korte 1462d6dc14 Accepting request 917789 from home:varkoly:branches:devel:languages:perl
- 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
2021-09-09 18:53:54 +00:00

40 lines
1.2 KiB
Plaintext

## Path: Network/Mail/Spamassassin
## Description: Arguments for the spam daemon
## Type: string
## Default: "-d -c -L"
## ServiceRestart: spamd
#
# The arguments passed to spamd.
# See spamd(1) man page.
# Default is "-d -c -L"
SPAMD_ARGS="-d -c -L"
## Path: Network/Mail/Spamassassin
## Description: Compile SpamAssassin ruleset into native code
## Type: yesno
## Default: "no"
#
# Set this varible to yes if you want the sa-update.service
# compile SpamAssassin ruleset into native code after
# calling sa-update.
SPAM_SA_COMPILE="no"
## Path: Network/Mail/Spamassassin
## Description: Restart spamd after recompiling spamassassin ruleset
## Type: yesno
## Default: "yes"
#
# Set this varible to yes if you want the daily sa-update.service
# restart spamd after recompiling spamassassin ruleset.
SPAM_SPAMD_RESTART="yes"
## Path: Network/Mail/Spamassassin
## Description: Restart amavisd after recompiling spamassassin ruleset
## Type: yesno
## Default: "yes"
#
# Set this varible to yes if you want the sa-update.service
# restart amavisd after recompiling spamassassin ruleset.
SPAM_AMAVISD_RESTART="yes"