You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

worker-proxy.inc 576B

12345678910111213141516
  1. # Included from top-level .conf file
  2. milter = yes; # Enable milter mode
  3. timeout = 120s; # Needed for Milter usually
  4. upstream "local" {
  5. default = yes;
  6. hosts = "localhost";
  7. }
  8. count = 1; # Do not spawn too many processes of this type
  9. max_retries = 5; # How many times master is queried in case of failure
  10. discard_on_reject = false; # Discard message instead of rejection
  11. quarantine_on_reject = false; # Tell MTA to quarantine rejected messages
  12. spam_header = "X-Spam"; # Use the specific spam header
  13. reject_message = "Spam message rejected"; # Use custom rejection message