r12: - oops, forgot to copy tempfiles
[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 # NOTE: version 3.0.x has switched to a "preforking" model, so you
14 # need to make sure --max-children is not set to anything higher than
15 # 5, 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"