Prva verzija za buster.
[spamassassin-cn.git] / etc-default-spamassassin-root
1 # /etc/default/spamassassin
2 # Duncan Findlay
3
4 # WARNING: please read README.spamd before using.
5 # There may be security risks.
6
7 # Change to one to enable spamd
8 ENABLED=1
9
10 # Options
11 # See man spamd for possible options. The -d option is automatically added.
12
13 # SpamAssassin uses a preforking model, so be careful! You need to
14 # make sure --max-children is not set to anything higher than 5,
15 # unless you know what you're doing.
16
17 OPTIONS="--create-prefs --max-children 5 --helper-home-dir"
18
19 # Pid file
20 # Where should spamd write its PID to file? If you use the -u or
21 # --username option above, this needs to be writable by that user.
22 # Otherwise, the init script will not be able to shut spamd down.
23 PIDFILE="/var/run/spamd.pid"
24
25 # Set nice level of spamd
26 #NICE="--nicelevel 15"
27
28 # Cronjob
29 # Set to anything but 0 to enable the cron job to automatically update
30 # spamassassin's rules on a nightly basis
31 CRON=0