Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Oct 4th, 2011  |  syntax: None  |  size: 0.49 KB  |  views: 63  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # configure postgrey to run with
  2. --greylist-action=451
  3.  
  4.  
  5.  
  6. # file main.cf
  7. greylist_lookup =
  8.         check_client_access pcre:/etc/postfix/greylist_exceptions.pcre
  9.  
  10. greylist =
  11.         check_policy_service inet:127.0.0.1:10030
  12.  
  13.  
  14. smtpd_recipient_restrictions =
  15.     permit_mynetworks
  16.     permit_sasl_authenticated
  17.     greylist_lookup
  18.     check_policy_service inet:127.0.0.1:12525
  19.  
  20.  
  21. # file /etc/postfix/greylist_exceptions.pcre
  22. /^[^.]*(mx|smtp|mail|exchange|post|deliver).*?\./ greylist
  23.  
clone this paste RAW Paste Data