]> git.openstreetmap.org Git - chef.git/blob - cookbooks/spamassassin/templates/default/spamassassin.erb
Run spamassassin as debian-spamd
[chef.git] / cookbooks / spamassassin / templates / default / spamassassin.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # Change to one to enable spamd
4 ENABLED=1
5
6 # Options
7 # See man spamd for possible options. The -d option is automatically added.
8
9 # SpamAssassin uses a preforking model, so be careful! You need to
10 # make sure --max-children is not set to anything higher than 5,
11 # unless you know what you're doing.
12
13 OPTIONS="--username debian-spamd --nouser-config"
14
15 # Pid file
16 # Where should spamd write its PID to file? If you use the -u or
17 # --username option above, this needs to be writable by that user.
18 # Otherwise, the init script will not be able to shut spamd down.
19 PIDFILE="/var/run/spamd.pid"
20
21 # Set nice level of spamd
22 #NICE="--nicelevel 15"
23
24 # Cronjob
25 # Set to anything but 0 to enable the cron job to automatically update
26 # spamassassin's rules on a nightly basis
27 CRON=1