Advertisement
Guest User

Untitled

a guest
May 12th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. alias_database = hash:/etc/postfix/aliases
  2. alias_maps = mysql:/etc/postfix/mysql/mysql-aliases.cf
  3. always_bcc = [email protected]
  4. broken_sasl_auth_clients = yes
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. content_filter = scan:127.0.0.1:10025
  8. daemon_directory = /usr/libexec/postfix
  9. default_destination_concurrency_limit = 20
  10. disable_vrfy_command = yes
  11. fallback_transport =
  12. fast_flush_domains = $relay_domains
  13. html_directory = no
  14. in_flow_delay = 5s
  15. inet_interfaces = all
  16. local_destination_concurrency_limit = 2
  17. local_header_rewrite_clients = permit_mynetworks
  18. local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname
  19. local_transport = local:$hostname
  20. mail_owner = postfix
  21. mailbox_command = maildrop -d $LOGNAME
  22. mailbox_size_limit = 51200000
  23. mailq_path = /usr/bin/mailq
  24. manpage_directory = /usr/share/man
  25. masquerade_domains = AAAAAAA.org
  26. message_size_limit = 20480000
  27. mydestination = $myhostname, localhost, localhost.localdomain
  28. mydomain = AAAAAAA.org
  29. myhostname = mail.AAAAAAA.org
  30. mynetworks = 127.0.0.0/8, 192.168.0.0/16
  31. myorigin = $mydomain
  32. newaliases_path = /usr/bin/newaliases
  33. queue_directory = /var/spool/postfix
  34. queue_run_delay = 300
  35. readme_directory = /etc/postfix/README_FILES
  36. receive_override_options = no_address_mappings
  37. relay_domains = $mydestination
  38. relocated_maps = mysql:/etc/postfix/mysql/mysql-relocated.cf
  39. remote_header_rewrite_domain = domain.invalid
  40. sample_directory = /etc/postfix
  41. sender_bcc_maps = hash:/etc/postfix/ouks
  42. sender_canonical_maps = hash:/etc/postfix/sender_canonical
  43. sendmail_path = /usr/sbin/sendmail
  44. setgid_group = postdrop
  45. smtp_destination_concurrency_limit = 1
  46. smtp_generic_maps = hash:/etc/postfix/generic
  47. smtp_tls_note_starttls_offer = yes
  48. smtp_tls_security_level = may
  49. smtp_use_tls = yes
  50. smtpd_banner = $myhostname ESMTP $mail_name
  51. smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql/mysql-client.cf
  52. smtpd_data_restrictions = reject_unauth_pipelining
  53. smtpd_discard_ehlo_keyword_address_maps = hash:/etc/postfix/discard_ehlo
  54. smtpd_etrn_restrictions = reject
  55. smtpd_helo_required = yes
  56. smtpd_helo_restrictions = reject_invalid_hostname
  57. smtpd_proxy_timeout = 200s
  58. smtpd_recipient_restrictions = check_recipient_access mysql:/etc/postfix/mysql/mysql-recipient.cf permit_sasl_authenticated permit_mynetworks reject_non_fqdn_recipient check_sender_access hash:/etc/postfix/blacklist check_helo_access hash:/etc/postfix/helo_checks check_helo_access pcre:/etc/postfix/helo_checks_pcre check_sender_mx_access cidr:/etc/postfix/mx_access reject_unauth_destination reject_rbl_client bl.spamcop.net reject_rbl_client list.dsbl.org reject_rbl_client cbl.abuseat.org hash:/etc/postfix/recipient
  59. smtpd_sasl_auth_enable = yes
  60. smtpd_sasl_local_domain = $myhostname
  61. smtpd_sasl_security_options = noanonymous
  62. smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql/mysql-s-classifier.cf check_sender_access mysql:/etc/postfix/mysql/mysql-sender.cf permit_mynetworks reject_non_fqdn_sender reject_unauth_destination reject_unverified_sender
  63. smtpd_tls_CApath = /etc/postfix/certs
  64. smtpd_tls_ask_ccert = yes
  65. smtpd_tls_cert_file = /etc/postfix/postfix.pem
  66. smtpd_tls_key_file = $smtpd_tls_cert_file
  67. smtpd_tls_loglevel = 1
  68. smtpd_tls_received_header = yes
  69. smtpd_tls_session_cache_timeout = 3600s
  70. smtpd_use_tls = yes
  71. tls_random_source = dev:/dev/urandom
  72. transport_maps = mysql:/etc/postfix/mysql/mysql-transport.cf
  73. unknown_local_recipient_reject_code = 550
  74. virtual_alias_domains = $virtual_alias_maps
  75. virtual_alias_maps = mysql:/etc/postfix/mysql/mysql-virtual.cf
  76. virtual_gid_maps = mysql:/etc/postfix/mysql/mysql-virtual-gid.cf
  77. virtual_mailbox_base = /home/vmail
  78. virtual_mailbox_domains = mysql:/etc/postfix/mysql/mysql-virtual-domains.cf
  79. virtual_mailbox_limit = 51200000
  80. virtual_mailbox_maps = mysql:/etc/postfix/mysql/mysql-virtual-maps.cf
  81. virtual_maps = mysql:/etc/postfix/mysql/mysql-virtual.cf
  82. virtual_transport = maildrop
  83. virtual_uid_maps = mysql:/etc/postfix/mysql/mysql-virtual-uid.cf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement