SHARE
TWEET

Untitled

a guest Apr 12th, 2011 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. address_verify_map = btree:/var/spool/postfix/verified_senders
  2. address_verify_negative_cache = no
  3. address_verify_poll_count = 5
  4. address_verify_poll_delay = 5s
  5. alias_database = hash:/etc/aliases
  6. alias_maps = hash:/etc/aliases
  7. command_directory = /usr/sbin
  8. config_directory = /etc/postfix
  9. content_filter = amavisfeed:[127.0.0.1]:10024
  10. daemon_directory = /usr/libexec/postfix
  11. debug_peer_level = 2
  12. header_checks = regexp:/etc/postfix/header-checks
  13. html_directory = no
  14. inet_interfaces = all
  15. mailq_path = /usr/bin/mailq.postfix
  16. manpage_directory = /usr/share/man
  17. message_size_limit = 40960000
  18. mydestination = $myhostname, localhost.$mydomain, $mydomain
  19. mydomain = lambda.myserver.net
  20. myhostname = lambda.myserver.net
  21. mynetworks_style = host
  22. myorigin = $mydomain
  23. newaliases_path = /usr/bin/newaliases.postfix
  24. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  25. relay_domains = hash:/etc/postfix/relay_domains
  26. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  27. sendmail_path = /usr/sbin/sendmail.postfix
  28. setgid_group = postdrop
  29. smtpd_client_restrictions = check_client_access hash:/etc/postfix/blackwhite.map,   reject_non_fqdn_hostname,   reject_non_fqdn_sender,   reject_unknown_sender_domain,   permit_mynetworks,   reject_rbl_client sbl.spamhaus.org,   reject_rbl_client bl.spamcop.net,   permit
  30. smtpd_error_sleep_time = 60
  31. smtpd_hard_error_limit = 10
  32. smtpd_helo_required = yes
  33. smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/blackwhite.map,   warn_if_reject reject_non_fqdn_recipient,   reject_non_fqdn_hostname,   reject_unauth_destination,   reject_non_fqdn_sender,   reject_non_fqdn_recipient,   reject_unknown_sender_domain,   permit_mynetworks,   check_helo_access pcre:/etc/postfix/helo_checks,   check_sender_mx_access cidr:/etc/postfix/bogus_mx,   reject_unverified_sender   permit
  34. smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/blackwhite.map,   reject_unknown_sender_domain,   reject_non_fqdn_sender,   permit
  35. smtpd_soft_error_limit = 60
  36. transport_maps = hash:/etc/postfix/oldtransport
  37. unknown_local_recipient_reject_code = 550
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