Want more features on Pastebin? Sign Up, it's FREE!
Guest

lud a ?

By: a guest on Oct 11th, 2011  |  syntax: None  |  size: 2.53 KB  |  views: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. anvil_rate_time_unit = 60s
  2. anvil_status_update_time = 120s
  3. broken_sasl_auth_clients = yes
  4. command_directory = /usr/local/sbin
  5. config_directory = /usr/local/etc/postfix
  6. content_filter = smtp-amavis:[x.x.x.x]:xxxx
  7. daemon_directory = /usr/local/libexec/postfix
  8. debug_peer_level = 2
  9. default_process_limit = 300
  10. disable_vrfy_command = yes
  11. home_mailbox = Maildir/
  12. inet_interfaces = all
  13. local_recipient_maps = $virtual_mailbox_maps
  14. local_transport = virtual
  15. mail_owner = postfix
  16. manpage_directory = /usr/local/man
  17. message_size_limit = 20480000
  18. mydestination = $mydomain, localhost.$mydomain, localhost, x.$mydomain, xx.$mydomain, xxx.$mydomain,
  19. mydomain = xxx.xx
  20. mynetworks = 127.0.0.0/24, x.x.x.x/xx, x.x.x.x/xx
  21. myorigin = $mydomain
  22. readme_directory = no
  23. recipient_delimiter = +
  24. relay_domains = $mydomain
  25. sample_directory = /usr/local/etc/postfix
  26. smtp_tls_note_starttls_offer = yes
  27. smtp_use_tls = yes
  28. smtpd_client_connection_rate_limit = 10
  29. smtpd_client_event_limit_exceptions =
  30. smtpd_client_message_rate_limit = 50
  31. smtpd_etrn_restrictions = permit_mynetworks, reject
  32. smtpd_helo_required = yes
  33. smtpd_recipient_restrictions = permit_mynetworks,        permit_sasl_authenticated,        reject_unauth_destination,        reject_non_fqdn_sender,    reject_unauth_pipelining,        reject_non_fqdn_recipient,        reject_unknown_sender_domain,        reject_unknown_recipient_domain,        reject_invalid_hostname,        reject_non_fqdn_hostname,        reject_rbl_client bl.spamcop.net,        reject_rbl_client sbl-xbl.spamhaus.org,        reject_rbl_client opm.blitzed.org,        reject_rbl_client list.dsbl.org,        reject_rbl_client sbl.spamhaus.org,        reject_rbl_client cbl.abuseat.org,        reject_rbl_client dul.dnsbl.sorbs.net,        reject_unknown_sender_domain,        reject_unauth_destination,        check_policy_service unix:private/policy,        permit
  34. smtpd_sasl_auth_enable = yes
  35. smtpd_sasl_local_domain = $myhostname
  36. smtpd_sasl_security_options = noanonymous
  37. smtpd_tls_CAfile = /xxx/xxx.pem
  38. smtpd_tls_cert_file = /xxx/xxx.pem
  39. smtpd_tls_key_file = /xxx/xxx.pem
  40. smtpd_tls_loglevel = 1
  41. smtpd_tls_received_header = yes
  42. smtpd_tls_session_cache_timeout = 3600s
  43. smtpd_use_tls = yes
  44. strict_rfc821_envelopes = yes
  45. tls_random_source = dev:/dev/urandom
  46. transport_maps = mysql:/xxx/xxx.cnf
  47. unknown_local_recipient_reject_code = 550
  48. virtual_alias_maps = mysql:/xxx/xxx.cnf
  49. virtual_gid_maps = mysql:/xxx/xxx.cnf
  50. virtual_mailbox_base = /zzz/zzz/zzz/zzz
  51. virtual_mailbox_maps = mysql:/xxx/xxx.cnf
  52. virtual_uid_maps = mysql:/xxx/xxx.cnf
  53.  
  54.  
clone this paste RAW Paste Data