SHARE
TWEET

Untitled

a guest Oct 3rd, 2010 258 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_maps = hash:/etc/aliases
  2. append_at_myorigin = yes
  3. append_dot_mydomain = no
  4. biff = no
  5. bounce_queue_lifetime = 1d
  6. broken_sasl_auth_clients = yes
  7. config_directory = /etc/postfix
  8. delay_warning_time = 1h
  9. disable_vrfy_command = yes
  10. header_checks = regexp:/etc/postfix/header_checks
  11. local_recipient_maps = unix:passwd.byname
  12. local_transport = local
  13. mailbox_size_limit = 204800000000
  14. maximal_queue_lifetime = 1d
  15. message_size_limit = 204800000000
  16. mydestination = $myhostname localhost.$myhostname localhost
  17. mydomain = mx2.fluxlabs.net
  18. myhostname = mx2.fluxlabs.net
  19. mynetworks = 127.0.0.0/8     # localhost        74.247.124.242  # ELC        72.243.71.34    # ELC        75.144.224.193  # GD1         75.144.224.194  # GD2        75.144.224.196  # Hera     207.98.216.138  # GW        207.98.216.139  # GP        173.10.204.241  # VoiceSystems        75.144.225.234  # Lung & Sleep Center        97.67.114.100   # ELC 15th Street - T1        76.73.180.50    # SSSJB        173.10.201.38   # VittlesCo        24.96.186.214   # PCDG         72.242.47.178   # Harris        70.154.247.246  # Coastal Metal Roofing        207.98.181.148  # NeuroPain        97.67.114.101   # Ares        76.73.146.170   # FluxLabs DC        75.126.159.146  # Chaos  12.47.193.250   # Intrascript   74.94.246.210   # Jelks & White 74.93.166.241   # FluxLabs 1    74.93.166.242   # FluxLabs 2    74.93.166.243   # FluxLabs 3    74.93.166.244   # FluxLabs 4    74.93.166.245   # FluxLabs 5    75.144.227.213  # PCJLNM
  20. myorigin = $mydomain
  21. recipient_delimiter = +
  22. relay_domains = proxy:mysql:/etc/postfix/mysql/relay_domains_map.cf
  23. relayhost = smtp.knology.net
  24. smtp_sasl_auth_enable = no
  25. smtp_use_tls = no
  26. smtpd_banner = $myhostname ESMTP
  27. smtpd_client_restrictions = permit_inet_interfaces,     permit_mynetworks,      permit_sasl_authenticated,      permit_mx_backup,       permit_auth_destination,        reject_non_fqdn_recipient,      reject_unknown_sender_domain,   reject_unknown_recipient_domain,        reject_unauth_destination,      reject_unlisted_recipient,      reject_invalid_hostname,        reject_non_fqdn_hostname,       reject_unknown_reverse_client_hostname, check_client_access = hash:/etc/postfix/hash/access     permit
  28. smtpd_data_restrictions = reject_unauth_pipelining  reject_multi_recipient_bounce
  29. smtpd_helo_required = yes
  30. smtpd_helo_restrictions = permit_mynetworks        permit_sasl_authenticated        reject_invalid_hostname        reject_non_fqdn_hostname
  31. smtpd_recipient_restrictions = reject_unauth_pipelining,        reject_non_fqdn_recipient,      reject_unknown_recipient_domain,        permit_mynetworks,      permit_sasl_authenticated,      reject_unauth_destination,      reject_rbl_client zen.spamhaus.org,     reject_rbl_client combined.njabl.org,   reject_rbl_client bb.barracudacentral.org,      reject_rbl_client bl.mailspike.net,     reject_rbl_client bl.spamcop.net,       reject_rbl_client bl.spameatingmonkey.net,      reject_rhsbl_sender dsn.rfc-ignorant.org,       check_policy_service inet:127.0.0.1:10030,      permit
  32. smtpd_sasl_auth_enable = yes
  33. smtpd_sender_restrictions = permit_mynetworks,  permit_sasl_authenticated,      reject_invalid_hostname,        reject_unknown_sender_domain    reject_unknown_recipient_domain,        reject_unauth_pipelining,       reject_non_fqdn_sender, reject_unauth_destination,      permit
  34. smtpd_tls_CAfile = /etc/postfix/certs/cacert.pem
  35. smtpd_tls_cert_file = /etc/postfix/certs/newcert.pem
  36. smtpd_tls_key_file = /etc/postfix/certs/newkey.pem
  37. smtpd_tls_loglevel = 0
  38. smtpd_tls_received_header = yes
  39. smtpd_tls_session_cache_timeout = 3600s
  40. smtpd_use_tls = no
  41. soft_bounce = no
  42. strict_rfc821_envelopes = yes
  43. tls_random_source = dev:/dev/urandom
  44. transport_maps = proxy:mysql:/etc/postfix/mysql/virtual_transport_maps.cf
  45. unknown_address_reject_code = 554
  46. unknown_client_reject_code = 554
  47. unknown_hostname_reject_code = 554
  48. unknown_local_recipient_reject_code = 550
  49. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf
  50. virtual_gid_maps = static:1008
  51. virtual_mailbox_base = /var/vmail
  52. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/virtual_domains_maps.cf
  53. virtual_mailbox_limit = 204800000000
  54. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf
  55. virtual_minimum_uid = 1008
  56. virtual_transport = virtual
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