SHARE
TWEET

Untitled

a guest May 28th, 2013 34 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. smtpd_recipient_restrictions =
  2.         permit_sasl_authenticated,
  3.         check_client_access hash:/etc/postfix/access,
  4.         check_recipient_access hash:/etc/postfix/access,
  5.         check_sender_access hash:/etc/postfix/restricted_senders,
  6.         permit_mynetworks,
  7.         reject_unauth_destination,
  8.         reject_non_fqdn_recipient,
  9.         reject_unknown_recipient_domain,
  10.         reject_unverified_recipient,
  11.         reject_unauth_destination,
  12.         reject_rbl_client dnsbl.njabl.org,
  13.         reject_rbl_client cbl.abuseat.org,
  14.         reject_rbl_client bl.spamcop.net,
  15.         reject_rbl_client cbl.abuseat.org,
  16.         reject_rbl_client zen.spamhaus.org,
  17.         permit
  18.  
  19. smtpd_sender_restrictions =
  20.         check_sender_access hash:/etc/postfix/restricted_senders,
  21.         check_recipient_access hash:/etc/postfix/access,
  22.         permit
  23.  
  24. smtpd_restriction_classes = local_only
  25.  
  26. local_only =
  27.         check_recipient_access hash:/etc/postfix/local_domains
  28.         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