1 # DO NOT EDIT - This file is being maintained by Chef
 
   3 # Change to one to enable spamd
 
   7 # See man spamd for possible options. The -d option is automatically added.
 
   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.
 
  13 OPTIONS="--username debian-spamd --nouser-config --max-children=20 --max-spare=5"
 
  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"
 
  21 # Set nice level of spamd
 
  22 #NICE="--nicelevel 15"
 
  25 # Set to anything but 0 to enable the cron job to automatically update
 
  26 # spamassassin's rules on a nightly basis