Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. Aug 22 10:29:04 ip-172-30-3-97 postfix/cleanup[4052]: warning: 96F657634FA: unreasonable virtual_alias_maps map nesting for user2@vhostB.com -- message not accepted, try again later
  2.  
  3. alias_maps = hash:/etc/mail/aliases
  4. append_dot_mydomain = no
  5. broken_sasl_auth_clients = yes
  6. command_directory = /usr/sbin
  7. daemon_directory = /usr/libexec/postfix
  8. data_directory = /var/lib/postfix
  9. debug_peer_level = 2
  10. debug_peer_list = XXX.XXX.XXX.XXX
  11. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
  12. disable_vrfy_command = yes
  13. ec2_mx_class = check_client_access cidr:/etc/postfix/ec2-mx.cidr
  14. header_checks = regexp:/etc/postfix/header_checks
  15. home_mailbox = .maildir/
  16. html_directory = /usr/share/doc/postfix-3.0.1-r1/html
  17. inet_interfaces = all
  18. inet_protocols = ipv4
  19. mail_owner = postfix
  20. mailbox_command = /usr/bin/procmail
  21. mailbox_size_limit = 314572800
  22. mailq_path = /usr/bin/mailq
  23. manpage_directory = /usr/share/man
  24. maximal_queue_lifetime = 5d
  25. message_size_limit = 52428800
  26. meta_directory = /etc/postfix
  27. milter_default_action = accept
  28. mydestination = $myhostname, localhost.$mydomain, localhost
  29. mydomain = MainDomain.com
  30. myhostname = MainDomain.com
  31. mynetworks = 127.0.0.0/8
  32. newaliases_path = /usr/bin/newaliases
  33. non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock
  34. owner_request_special = no
  35. queue_directory = /var/spool/postfix
  36. readme_directory = /usr/share/doc/postfix-3.0.1-r1/readme
  37. recipient_delimiter = +
  38. relay_domains = $mydestination friendsdomain.us friendsdomain.org
  39. relay_recipient_maps = hash:/etc/postfix/relay_recipients
  40. sample_directory = /etc/postfix
  41. sendmail_path = /usr/sbin/sendmail
  42. setgid_group = postdrop
  43. shlib_directory = /usr/lib64/postfix/${mail_version}
  44. smtp_tls_CApath = /etc/ssl/certs/
  45. smtp_tls_note_starttls_offer = yes
  46. smtp_tls_security_level = may
  47. smtpd_client_connection_count_limit = 20
  48. smtpd_client_connection_rate_limit = 100
  49. smtpd_helo_required = yes
  50. smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, regexp:/etc/postfix/helo.regexp, permit
  51. smtpd_milters = unix:/var/run/opendkim/opendkim.sock unix:/var/run/clamav/clamav-milter.sock
  52. smtpd_recipient_restrictions = check_client_access hash:/etc/postfix/helo_client_exceptions, check_sender_access hash:/etc/postfix/sender_checks, reject_invalid_hostname, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, reject_unauth_destination, check_recipient_access hash:/etc/postfix/rcpt_classes, check_policy_service inet:127.0.0.1:2501 check_client_access hash:/etc/postfix/rbl_client_exceptions, reject_rbl_client ix.dnsbl.manitu.net, reject_rbl_client cbl.abuseat.org, reject_rbl_client b.barracudacentral.org,
  53. smtpd_relay_restrictions =
  54. smtpd_restriction_classes = ec2_mx_class
  55. smtpd_sasl_auth_enable = yes
  56. smtpd_sasl_local_domain =
  57. smtpd_sasl_security_options = noanonymous
  58. smtpd_tls_CApath = /etc/ssl/certs/
  59. smtpd_tls_cert_file = /etc/ssl/postfix/secure.MainDomain.com-2015-04Apr-04.crt
  60. smtpd_tls_dh1024_param_file = /etc/ssl/postfix/dhparams.pem
  61. smtpd_tls_key_file = /etc/ssl/postfix/secure.MainDomain.com-2015-04Apr-04.key
  62. smtpd_tls_loglevel = 0
  63. smtpd_tls_mandatory_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDC3-SHA, KRB5-DE5, CBC3-SHA
  64. smtpd_tls_received_header = yes
  65. smtpd_tls_security_level = may
  66. smtpd_tls_session_cache_timeout = 3600s
  67. smtpd_use_tls = yes
  68. strict_rfc821_envelopes = yes
  69. tls_random_source = dev:/dev/urandom
  70. unknown_address_reject_code = 554
  71. unknown_client_reject_code = 554
  72. unknown_hostname_reject_code = 554
  73. unknown_local_recipient_reject_code = 450
  74. virtual_alias_domains = /etc/postfix/virtual_mail_domains
  75. virtual_alias_maps = regexp:/etc/postfix/virtual.regexp, hash:/etc/postfix/virtual
  76.  
  77. MainDomain.com
  78. vhostA.com
  79. vhostB.com
  80.  
  81. user1@vhostA.com user1
  82. user2@vhostA.com user2
  83. junk@vhostA.com delete
  84. @vhostA.com user1
  85.  
  86. user2@vhostB.com user2@vhostA.com
  87. @vhostB.com user2@vhostA.com
  88.  
  89. user1@MainDomain.com user1@vhostA.com
  90. @MainDomain.com user1@vhostA.com
  91.  
  92. # Basic system aliases -- these MUST be present.
  93. MAILER-DAEMON: postmaster
  94. postmaster: root
  95.  
  96. # General redirections for pseudo accounts.
  97. adm: root
  98. bin: root
  99. daemon: root
  100. exim: root
  101. lp: root
  102. mail: root
  103. named: root
  104. nobody: root
  105. postfix: root
  106.  
  107. # Well-known aliases -- these should be filled in!
  108. root: user1
  109. operator: root
  110.  
  111. # Standard RFC2142 aliases
  112. abuse: postmaster
  113. ftp: root
  114. hostmaster: root
  115. news: usenet
  116. noc: root
  117. security: root
  118. usenet: root
  119. uucp: root
  120. webmaster: root
  121. www: webmaster
  122.  
  123. # Things that we want to go to the bit bucket.
  124. delete: /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement