SHARE
TWEET

Untitled

a guest May 28th, 2013 37 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. smtpd_restriction_classes = local_only
  2.  
  3. local_only =
  4.         check_sender_access hash:/etc/postfix/local_domains
  5.         check_recipient_access hash:/etc/postfix/local_domains
  6.         reject
  7.  
  8.  
  9. or
  10.  
  11. smtpd_restriction_classes = local_only, internal
  12.  
  13. local_only =
  14.         check_recipient_access hash:/etc/postfix/local_domains
  15.         reject
  16.  
  17. internal =
  18.         check_sender_access hash:/etc/postfix/local_domains
  19.         reject
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top