2 ################################################
 
   3 ### Managed by someone's ansible provisioner ###
 
   4 ################################################
 
   5 # Part of: https://git.somenet.org/root/pub/somesible.git
 
   6 # 2017-2025 by someone <someone@somenet.org>
 
   8 # /etc/default/spamassassin
 
  11 # WARNING: please read README.spamd before using.
 
  12 # There may be security risks.
 
  15 # See man spamd for possible options. The -d option is automatically added.
 
  17 # SpamAssassin uses a preforking model, so be careful! You need to
 
  18 # make sure --max-children is not set to anything higher than 5,
 
  19 # unless you know what you're doing.
 
  21 OPTIONS="--create-prefs --max-children 2 --timeout-child 1800 --helper-home-dir -u debian-spamd"
 
  24 # Where should spamd write its PID to file? If you use the -u or
 
  25 # --username option above, this needs to be writable by that user.
 
  26 # Note that this setting is not used when spamd is managed by systemd
 
  27 PIDFILE="/run/spamd.pid"
 
  29 # Set nice level of spamd
 
  30 #NICE="--nicelevel 15"