summaryrefslogtreecommitdiff
path: root/spamassassin/default/spamass-milter
blob: aacf2deecade2d71c6867fd3df26ab1b6f3eee00 (plain)
  1. # spamass-milt startup defaults
  2. # OPTIONS are passed directly to spamass-milter.
  3. # man spamass-milter for details
  4. # Non-standard configuration notes:
  5. # See README.Debian if you use the -x option with sendmail
  6. # You should not pass the -d option in OPTIONS; use SOCKET for that.
  7. # Default, use the spamass-milter user as the default user, ignore
  8. # messages from localhost
  9. OPTIONS="-u spamass-milter"
  10. # Reject emails with spamassassin scores > 10.
  11. OPTIONS="${OPTIONS} -r 10"
  12. # Do not modify Subject:, Content-Type: or body.
  13. #OPTIONS="${OPTIONS} -m"
  14. # Use UNIX socket
  15. OPTIONS="${OPTIONS} -- --socket=/var/run/spamassassin/spamd.sock"
  16. ######################################
  17. # If /usr/sbin/postfix is executable, the following are set by
  18. # default. You can override them by uncommenting and changing them
  19. # here.
  20. ######################################
  21. # SOCKET="/var/spool/postfix/spamass/spamass.sock"
  22. # SOCKETOWNER="postfix:postfix"
  23. # SOCKETMODE="0660"
  24. ######################################