Advertisement
Guest User

Untitled

a guest
Feb 19th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. [root@web ~]# postconf -n
  2. alias_database = hash:/etc/postfix/aliases
  3. alias_maps = hash:/etc/postfix/aliases
  4. allow_min_user = no
  5. biff = no
  6. bounce_queue_lifetime = 1d
  7. broken_sasl_auth_clients = yes
  8. command_directory = /usr/sbin
  9. config_directory = /etc/postfix
  10. content_filter = smtp-amavis:[127.0.0.1]:10024
  11. daemon_directory = /usr/libexec/postfix
  12. data_directory = /var/lib/postfix
  13. debug_peer_level = 2
  14. delay_warning_time = 0h
  15. disable_vrfy_command = yes
  16. enable_original_recipient = no
  17. home_mailbox = Maildir/
  18. html_directory = no
  19. inet_interfaces = all
  20. inet_protocols = ipv4
  21. mail_name = iRedMail
  22. mail_owner = postfix
  23. mail_version = 0.7.0-beta1
  24. mailbox_command = /usr/libexec/dovecot/deliver
  25. mailq_path = /usr/bin/mailq.postfix
  26. manpage_directory = /usr/share/man
  27. maximal_backoff_time = 4000s
  28. maximal_queue_lifetime = 1d
  29. message_size_limit = 15728640
  30. minimal_backoff_time = 300s
  31. mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhost name
  32. mydomain = zicominc.com
  33. myhostname = web.zicominc.com
  34. mynetworks = 127.0.0.0/8
  35. mynetworks_style = subnet
  36. myorigin = web.zicominc.com
  37. newaliases_path = /usr/bin/newaliases.postfix
  38. proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $myde stination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domai ns $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_doma ins $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps
  39. queue_directory = /var/spool/postfix
  40. queue_run_delay = 300s
  41. readme_directory = /usr/share/doc/postfix-2.5.9/README_FILES
  42. recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_domain.cf , proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_user.cf
  43. recipient_delimiter = +
  44. relay_domains = $mydestination, proxy:mysql:/etc/postfix/mysql/relay_domains.cf
  45. sample_directory = /usr/share/doc/postfix-2.5.9/samples
  46. sender_bcc_maps = proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_domain.cf, prox y:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf
  47. sendmail_path = /usr/sbin/sendmail.postfix
  48. setgid_group = postdrop
  49. smtpd_data_restrictions = reject_unauth_pipelining
  50. smtpd_enforce_tls = no
  51. smtpd_helo_required = yes
  52. smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated, check_hel o_access pcre:/etc/postfix/helo_access.pcre
  53. smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_reci pient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted _recipient, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destinat ion, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_s ervice inet:127.0.0.1:10031
  54. smtpd_reject_unlisted_recipient = yes
  55. smtpd_reject_unlisted_sender = yes
  56. smtpd_sasl_auth_enable = yes
  57. smtpd_sasl_authenticated_header = no
  58. smtpd_sasl_local_domain =
  59. smtpd_sasl_path = ./dovecot-auth
  60. smtpd_sasl_security_options = noanonymous
  61. smtpd_sasl_type = dovecot
  62. smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/sender_login_maps.cf
  63. smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, per mit_sasl_authenticated
  64. smtpd_tls_cert_file = /etc/pki/tls/certs/iRedMail_CA.pem
  65. smtpd_tls_key_file = /etc/pki/tls/private/iRedMail.key
  66. smtpd_tls_loglevel = 0
  67. smtpd_tls_security_level = may
  68. tls_random_source = dev:/dev/urandom
  69. transport_maps = proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf, proxy:my sql:/etc/postfix/mysql/transport_maps_domain.cf
  70. unknown_local_recipient_reject_code = 550
  71. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf, proxy :mysql:/etc/postfix/mysql/domain_alias_maps.cf
  72. virtual_gid_maps = static:536
  73. virtual_mailbox_base = /var/vmail
  74. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_domains .cf
  75. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf
  76. virtual_minimum_uid = 536
  77. virtual_transport = dovecot
  78. virtual_uid_maps = static:536
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement