免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 9613 | 回复: 3
打印 上一主题 下一主题

[Mail] 发往某个域的邮件出现said: 550 Blocked 后退信,高手指导下 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-01-05 14:19 |只看该作者 |倒序浏览
maillog中信息:
  1. Jan  5 13:54:35 emos-s1 postfix/smtp[28377]: EFF141690537: to=<yhdeng@honda-sundiro.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.2, delays=0.05/0/0.01/1.1, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=23742-15, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 0D53A1690539)
  2. Jan  5 13:54:35 emos-s1 postfix/smtp[28400]: 0D53A1690539: enabling PIX workarounds: disable_esmtp delay_dotcrlf for honda-sundiro.com[218.83.245.228]:25
  3. Jan  5 13:54:35 emos-s1 postfix/smtp[28400]: 0D53A1690539: to=<yhdeng@honda-sundiro.com>, relay=honda-sundiro.com[218.83.245.228]:25, delay=0.2, delays=0.09/0.03/0.03/0.06, dsn=5.0.0, status=bounced (host honda-sundiro.com[218.83.245.228] said: 550 Blocked (in reply to RCPT TO command))
  4. Jan  5 13:54:35 emos-s1 postfix/bounce[28401]: 0D53A1690539: sender non-delivery notification: 3F39D169053B
  5. Jan  5 13:54:35 emos-s1 postfix/qmgr[28247]: 0D53A1690539: removed
复制代码
postconf -d | grep smtp  如下:
  1. default_transport = smtp
  2. lmtp_pix_workarounds = disable_esmtp,delay_dotcrlf
  3. non_smtpd_milters =
  4. parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
  5. proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps
  6. proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name
  7. smtp_always_send_ehlo = yes
  8. smtp_bind_address =
  9. smtp_bind_address6 =
  10. smtp_body_checks =
  11. smtp_cname_overrides_servername = no
  12. smtp_connect_timeout = 30s
  13. smtp_connection_cache_destinations =
  14. smtp_connection_cache_on_demand = yes
  15. smtp_connection_cache_time_limit = 2s
  16. smtp_connection_reuse_time_limit = 300s
  17. smtp_data_done_timeout = 600s
  18. smtp_data_init_timeout = 120s
  19. smtp_data_xfer_timeout = 180s
  20. smtp_defer_if_no_mx_address_found = no
  21. smtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
  22. smtp_destination_concurrency_limit = $default_destination_concurrency_limit
  23. smtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
  24. smtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
  25. smtp_destination_rate_delay = $default_destination_rate_delay
  26. smtp_destination_recipient_limit = $default_destination_recipient_limit
  27. smtp_discard_ehlo_keyword_address_maps =
  28. smtp_discard_ehlo_keywords =
  29. smtp_enforce_tls = no
  30. smtp_fallback_relay = $fallback_relay
  31. smtp_generic_maps =
  32. smtp_header_checks =
  33. smtp_helo_name = $myhostname
  34. smtp_helo_timeout = 300s
  35. smtp_host_lookup = dns
  36. smtp_initial_destination_concurrency = $initial_destination_concurrency
  37. smtp_line_length_limit = 990
  38. smtp_mail_timeout = 300s
  39. smtp_mime_header_checks =
  40. smtp_mx_address_limit = 5
  41. smtp_mx_session_limit = 2
  42. smtp_nested_header_checks =
  43. smtp_never_send_ehlo = no
  44. smtp_pix_workaround_delay_time = 10s
  45. smtp_pix_workaround_maps =
  46. smtp_pix_workaround_threshold_time = 500s
  47. smtp_pix_workarounds = disable_esmtp,delay_dotcrlf
  48. smtp_quit_timeout = 300s
  49. smtp_quote_rfc821_envelope = yes
  50. smtp_randomize_addresses = yes
  51. smtp_rcpt_timeout = 300s
  52. smtp_rset_timeout = 20s
  53. smtp_sasl_auth_cache_name =
  54. smtp_sasl_auth_cache_time = 90d
  55. smtp_sasl_auth_enable = no
  56. smtp_sasl_auth_soft_bounce = yes
  57. smtp_sasl_mechanism_filter =
  58. smtp_sasl_password_maps =
  59. smtp_sasl_path =
  60. smtp_sasl_security_options = noplaintext, noanonymous
  61. smtp_sasl_tls_security_options = $smtp_sasl_security_options
  62. smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options
  63. smtp_sasl_type = cyrus
  64. smtp_send_xforward_command = no
  65. smtp_sender_dependent_authentication = no
  66. smtp_skip_5xx_greeting = yes
  67. smtp_skip_quit_response = yes
  68. smtp_starttls_timeout = 300s
  69. smtp_tls_CAfile =
  70. smtp_tls_CApath =
  71. smtp_tls_cert_file =
  72. smtp_tls_ciphers = export
  73. smtp_tls_dcert_file =
  74. smtp_tls_dkey_file = $smtp_tls_dcert_file
  75. smtp_tls_eccert_file =
  76. smtp_tls_eckey_file = $smtp_tls_eccert_file
  77. smtp_tls_enforce_peername = yes
  78. smtp_tls_exclude_ciphers =
  79. smtp_tls_fingerprint_cert_match =
  80. smtp_tls_fingerprint_digest = md5
  81. smtp_tls_key_file = $smtp_tls_cert_file
  82. smtp_tls_loglevel = 0
  83. smtp_tls_mandatory_ciphers = medium
  84. smtp_tls_mandatory_exclude_ciphers =
  85. smtp_tls_mandatory_protocols = SSLv3, TLSv1
  86. smtp_tls_note_starttls_offer = no
  87. smtp_tls_per_site =
  88. smtp_tls_policy_maps =
  89. smtp_tls_protocols = !SSLv2
  90. smtp_tls_scert_verifydepth = 9
  91. smtp_tls_secure_cert_match = nexthop, dot-nexthop
  92. smtp_tls_security_level =
  93. smtp_tls_session_cache_database =
  94. smtp_tls_session_cache_timeout = 3600s
  95. smtp_tls_verify_cert_match = hostname
  96. smtp_use_tls = no
  97. smtp_xforward_timeout = 300s
  98. smtpd_authorized_verp_clients = $authorized_verp_clients
  99. smtpd_authorized_xclient_hosts =
  100. smtpd_authorized_xforward_hosts =
  101. smtpd_banner = $myhostname ESMTP $mail_name
  102. smtpd_client_connection_count_limit = 50
  103. smtpd_client_connection_rate_limit = 0
  104. smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}
  105. smtpd_client_message_rate_limit = 0
  106. smtpd_client_new_tls_session_rate_limit = 0
  107. smtpd_client_port_logging = no
  108. smtpd_client_recipient_rate_limit = 0
  109. smtpd_client_restrictions =
  110. smtpd_data_restrictions =
  111. smtpd_delay_open_until_valid_rcpt = yes
  112. smtpd_delay_reject = yes
  113. smtpd_discard_ehlo_keyword_address_maps =
  114. smtpd_discard_ehlo_keywords =
  115. smtpd_end_of_data_restrictions =
  116. smtpd_enforce_tls = no
  117. smtpd_error_sleep_time = 1s
  118. smtpd_etrn_restrictions =
  119. smtpd_expansion_filter = \t\40!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
  120. smtpd_forbidden_commands = CONNECT GET POST
  121. smtpd_hard_error_limit = ${stress?1}${stress:20}
  122. smtpd_helo_required = no
  123. smtpd_helo_restrictions =
  124. smtpd_history_flush_threshold = 100
  125. smtpd_junk_command_limit = ${stress?1}${stress:100}
  126. smtpd_milters =
  127. smtpd_noop_commands =
  128. smtpd_null_access_lookup_key = <>
  129. smtpd_peername_lookup = yes
  130. smtpd_policy_service_max_idle = 300s
  131. smtpd_policy_service_max_ttl = 1000s
  132. smtpd_policy_service_timeout = 100s
  133. smtpd_proxy_ehlo = $myhostname
  134. smtpd_proxy_filter =
  135. smtpd_proxy_timeout = 100s
  136. smtpd_recipient_limit = 1000
  137. smtpd_recipient_overshoot_limit = 1000
  138. smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
  139. smtpd_reject_unlisted_recipient = yes
  140. smtpd_reject_unlisted_sender = no
  141. smtpd_restriction_classes =
  142. smtpd_sasl_auth_enable = no
  143. smtpd_sasl_authenticated_header = no
  144. smtpd_sasl_exceptions_networks =
  145. smtpd_sasl_local_domain =
  146. smtpd_sasl_path = smtpd
  147. smtpd_sasl_security_options = noanonymous
  148. smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
  149. smtpd_sasl_type = cyrus
  150. smtpd_sender_login_maps =
  151. smtpd_sender_restrictions =
  152. smtpd_soft_error_limit = 10
  153. smtpd_starttls_timeout = 300s
  154. smtpd_timeout = ${stress?10}${stress:300}s
  155. smtpd_tls_CAfile =
  156. smtpd_tls_CApath =
  157. smtpd_tls_always_issue_session_ids = yes
  158. smtpd_tls_ask_ccert = no
  159. smtpd_tls_auth_only = no
  160. smtpd_tls_ccert_verifydepth = 9
  161. smtpd_tls_cert_file =
  162. smtpd_tls_ciphers = export
  163. smtpd_tls_dcert_file =
  164. smtpd_tls_dh1024_param_file =
  165. smtpd_tls_dh512_param_file =
  166. smtpd_tls_dkey_file = $smtpd_tls_dcert_file
  167. smtpd_tls_eccert_file =
  168. smtpd_tls_eckey_file = $smtpd_tls_eccert_file
  169. smtpd_tls_eecdh_grade = none
  170. smtpd_tls_exclude_ciphers =
  171. smtpd_tls_fingerprint_digest = md5
  172. smtpd_tls_key_file = $smtpd_tls_cert_file
  173. smtpd_tls_loglevel = 0
  174. smtpd_tls_mandatory_ciphers = medium
  175. smtpd_tls_mandatory_exclude_ciphers =
  176. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  177. smtpd_tls_protocols =
  178. smtpd_tls_received_header = no
  179. smtpd_tls_req_ccert = no
  180. smtpd_tls_security_level =
  181. smtpd_tls_session_cache_database =
  182. smtpd_tls_session_cache_timeout = 3600s
  183. smtpd_tls_wrappermode = no
  184. smtpd_use_tls = no
复制代码

论坛徽章:
0
2 [报告]
发表于 2011-01-06 16:12 |只看该作者
浮云啊,,,浮云。。。。。。

论坛徽章:
0
3 [报告]
发表于 2011-01-11 12:00 |只看该作者
maillog中信息:postconf -d | grep smtp  如下:
Jan  5 13:54:35 emos-s1 postfix/smtp[28400]: 0D53A1690539: to=<yhdeng@honda-sundiro.com>, relay=honda-sundiro.com[218.83.245.228]:25, delay=0.2, delays=0.09/0.03/0.03/0.06, dsn=5.0.0, status=bounced (host honda-sundiro.com[218.83.245.228] said: 550 Blocked (in reply to RCPT TO command))



似乎你的邮件设置是通过 218.83.245.228 发送,当你的邮件服务器发送 RCPT TO: xxx 的时候,对方拒绝了你的请求。

建议联系 218.83.245.228 的管理员了解更多,为什么会拒绝你的请求。   

建议多提供你的设置信息。。。 Config太长,没看完

论坛徽章:
0
4 [报告]
发表于 2011-01-13 11:13 |只看该作者
似乎你的邮件设置是通过 218.83.245.228 发送,当你的邮件服务器发送 RCPT TO: xxx 的时候,对方拒绝 ...
lingg2010 发表于 2011-01-11 12:00



    恩,,已经联系对方管理员了,,对方还未处理;

    我这应该没问题;

   谢谢你的回复;
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP