SHARE
TWEET

Untitled

a guest May 26th, 2012 4 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. smtpd_recipient_restrictions =
  2.         permit_mynetworks,
  3.         permit_sasl_authenticated,
  4.         reject_invalid_hostname,
  5.         reject_non_fqdn_hostname,
  6.         reject_non_fqdn_sender,
  7.         reject_non_fqdn_recipient,
  8.         reject_unknown_sender_domain,
  9.         reject_unknown_recipient_domain,
  10.         check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf,
  11.         reject_unauth_destination,
  12.         reject_rbl_client zen.spamhaus.org,
  13.         reject_rbl_client blackholes.easynet.nl,
  14.         reject_rbl_client cbl.abuseat.org,
  15.         reject_rbl_client proxies.blackholes.wirehub.net,
  16.         reject_rbl_client bl.spamcop.net,
  17.         reject_rbl_client dnsbl.njabl.org,
  18.         check_policy_service inet:127.0.0.1:10
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