思威电邮LOGO
有退信,用中继
 
 
 
当前位置
文章正文
550 5.7.1 Uable to relay user@domain
www.email-cm.com    2013-03-08 16:59:37    文字:【】【】【

550 5.7.1 错误代码分析

错误发生的环境
详细错误报告
能够从Outlook客户端向外发送邮件(如user@Sohu.com),但是从Outlook Express客户端却不能这么做
 
 
 
 
VBScript脚本中,如果指定SMTP Server来向外发送邮件,会得到0X0804020F的错误号;
但是不指定SMTP Server,默认用Pickup方式,让本地的SMTP Service来向外发送邮件却是可以的
(脚本示范在中)
弹出一个标题为“Windows 脚本宿主”的错误对话框。错误描述为:
错误:
the Server rejected one or more recipient address.The server response was:550 5.7.1 Unable to relay for
代码:
8004020F
 
5.7.1错误号一般会伴随有应用程序日志的事件ID 17091710:
Event Type: Warning
  Event Source: MSExchangeTransport
  Event Category: SMTP Protocol
  Event ID: 1709
  Date: 9/6/2000
  Time: 5:21:28 AM
  User: N/A
  Computer: SERVERNAME
  Description: An SMTP client did not authenticate before attempting to send mail. Access was denied. Data: 0000: 05 00 07 80  ...?
 
  Event Type: Warning
  Event Source: MSExchangeTransport
  Event Category: SMTP Protocol
  Event ID: 1710
  Date: 9/5/2000
  Time: 3:31:03 PM
  User: N/A
  Computer: SERVERNAME
  Description: An SMTP client authenticated as user "NT AUTHORITY\ANONYMOUS LOGON" attempted to send as "User.one@domain.edu". Access was denied because the authenticated client does not have permission to Send As this SMTP address. Data: 0000: 05 00 07 80 ...?
向一个不允许中继的远程域发送邮件
Non-Delivery Report (NDR)详细错误报告:
The following recipient(s) could not be reached:
    User@Remotedomain.com on 1/6/00 7:58 PM
    The originator does not have permission to submit message dns;Wsilver.com failed 5.7.1 smtp;550 5.7.1 Unable to relay for User@Remotedomain.com
 
我们先来了解一下前面报告的错误号的含义:
0X8004020F的错误号的定义:
可以参看CDO For Exchange 2000或者CDO For Windows 2000的错误号定义:
Error Name
Value
Remarks
CDO_E_RECIPIENTS_REJECTED0x8004020FLThe server rejected one or more recipient addresses. The server response was: %1.
 
5.7.1错误号的定义:
DSN(Delivery Status Notifications in Exchange 2000 Server)描述了三种情况:
       Success (as 2. numerical codes)
       Persistent transient failure (as 4. numerical codes)
        Permanent failures (as 5. numerical codes)
详细定义可以参见RFC 1891和RFC1893。
 
 Numerical Code: 5.7.1
Possible Cause:
     General access denied, sender access denied ? the sender of the message does not have the privileges necessary to complete delivery.
 
     You are trying to relay your mail via another SMTP server and it does not permit you to relay.
 
     The recipient might have mailbox delivery restrictions enabled. For example, a recipient’s mailbox delivery restriction was sent to receive from a Distribution List only and non-member’s email will be rejected with this error.
 
Troubleshooting: Check system privileges and attributes for the contact and
  retry the message. Also make sure you are running Exchange 2000 Service Pack
  1 or later for other potential known issues.
 
附录A:
Dim objMessage
set objMessage = CreateObject("CDO.Message")
 
With objMessage
    .from = "User@XXX.com"
    .To = "zhengyun_ustc@XXX.com"
    .TextBody = "body"
    .Subject = "Subject"
    With .Configuration
     .Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 ?cdoSendUsingPort
     .Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mailserver.tomocorp.com"
     .Fields(cdoSMTPServerPort) = 25
        .Fields.update
    End With
End With
objMessage.send
 
原因与解决方法:
出错的几种原因:
第一种解释:
《XCON: NDRs May Result Based on SMTP Configuration [Q274638]》给出的适合Exchange的解释:
 
发生5.7.1错误可能是由于Exchange的System Manager中的SMTP虚拟服务器的设置中没有选中“allow computers which successfully authenticate to relay”复选框。如下所示,
先打开SMTP Virtual Server的属性页的Access页:
然后点击“Relay”按钮,察看“Allow all computers which successfully authenticate to relay,regardless of the list above”是否选中:
 
 
或者是DNS没有被正确配置。应该确保MX纪录指向正确的SMTP虚拟服务器。如果DNS没有配正确,incoming SMTP connection可能会随机连接到错误的SMTP虚拟服务器。
 
也可能收件人的邮件地址并不符合现有的收件人策略。
 
解决办法:正确地配置DNS  MX记录;
允许验证通过的机器能够被中继;
让所有的SMTP虚拟服务器允许匿名访问。
然后重启这些虚拟服务、SMTP服务、Routing Engine服务等来使设置起效。
 
第二种解释:
《OL2000: SMTP Relay Blocking Error Sending E-mail [Q214402]》给出了的解释:
 
ü        You are logged in to a Local Area Network (LAN) that has an Internet gateway and attempt to send e-mail through an Internet Service Provider?s SMTP gateway.
 
ü        You are logged onto an Internet Service Provider (ISP) and attempt to send e-mail through another Internet Service Provider?s SMTP gateway.
 
ü         You are using a cable modem or ADSL to get to another Internet Service  Provider and attempt to send e-mail through that ISP?s SMTP gateway.
 
这种问题的发生是ISP们的设置所造成的,ISP们这样做,是为了防止SPAM(垃圾邮件)。比如SOHU和新浪的SMTP服务就是ESMTP命令集,用这些服务器发送邮件,就需要先通过身份验证,否则会得到如下所示的提示:
 
SOHU的反应:
 
 
新浪的反应:
220 sina.com ESMTP
250 sina.com
553 -------------------------------------------------------
SMTP登录出错。
-------------------------------------------------------------
 
第三种解释:
《XCON: SMTP Clients Receive Relaying Prohibited Error Message [Q295164]》给出了一种解释:可能是Outlook Express所在的客户端与服务器端之间有一个Cisco防火墙,而该火墙启用了SMTP inspection。
(Extension to SMTP (ESMTP) commands can also be removed by Pix firewall software.)
 
解决之道:不让火墙进行SMTP inspection。
 
第四种解释:
《XCON: Misleading NDR Sending to Remote Domain [Q262354]》说,也可能是Remote Domain已经禁止Sending Domain中继。也就是说,是对方禁止,而不是本地服务器禁止这种行为。

 

浏览 (2227) | 评论 (0) | 评分(0) | 支持(0) | 反对(0) | 发布人:管理员
将本文加入收藏夹
联系方式
联系电话:18321295370
微信客服:
QQ  客服:点击这里给我发消息
 
脚注信息

上海馨竺信息技术有限公司沪ICP备14043405号-3