2006-12-22 09:47:22 +00:00
|
|
|
## 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"
|
|
|
|
|
2010-10-08 17:54:52 +00:00
|
|
|
## Path: Network/Mail/Spamassassin
|
|
|
|
## Description: Compile SpamAssassin ruleset into native code
|
|
|
|
## Type: yesno
|
|
|
|
## Default: "no"
|
|
|
|
#
|
2021-09-09 18:53:54 +00:00
|
|
|
# Set this varible to yes if you want the sa-update.service
|
2010-10-08 17:54:52 +00:00
|
|
|
# compile SpamAssassin ruleset into native code after
|
|
|
|
# calling sa-update.
|
|
|
|
SPAM_SA_COMPILE="no"
|
|
|
|
|
2011-04-10 09:40:12 +00:00
|
|
|
## Path: Network/Mail/Spamassassin
|
2012-07-11 07:48:47 +00:00
|
|
|
## Description: Restart spamd after recompiling spamassassin ruleset
|
2011-04-10 09:40:12 +00:00
|
|
|
## Type: yesno
|
2012-07-11 07:48:47 +00:00
|
|
|
## Default: "yes"
|
|
|
|
#
|
2021-09-09 18:53:54 +00:00
|
|
|
# Set this varible to yes if you want the daily sa-update.service
|
2012-07-11 07:48:47 +00:00
|
|
|
# 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"
|
2011-04-10 09:40:12 +00:00
|
|
|
#
|
2021-09-09 18:53:54 +00:00
|
|
|
# Set this varible to yes if you want the sa-update.service
|
2012-07-11 07:48:47 +00:00
|
|
|
# restart amavisd after recompiling spamassassin ruleset.
|
|
|
|
SPAM_AMAVISD_RESTART="yes"
|
2011-04-10 09:40:12 +00:00
|
|
|
|