您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

36 行
1.1 KiB

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