如何跟踪Outlook邮件没有到达目的地时发送到另一个域?

我有一个configuration了Ipower.com的域帐户。 如果我使用电子邮件客户端(如Evolution),则邮件按预期到达。 但是,如果我使用Outlook 2007(作为该公司的每个人)邮件只到达目标属于同一个域。 这意味着当目的地是一个Gmail地址,例如,testing邮件陷入了一种黑洞…(我检查垃圾邮件文件夹,他们不在那里)

这只是一个简单的IPOWER设置,没有交换或类似的东西。

我还能做些什么来隔离和解决这个问题? 这是让我疯狂,因为在同一台机器中具有相同的确切configuration的其他电子邮件客户端,一切运作良好,我需要修复在Outlook中的东西。

我启用了Outlook日志function(*)和服务器说一切顺利,但不是真的。

2010.05.05 15:46:00 SMTP (smtp.example.com): Begin execution 2010.05.05 15:46:00 SMTP (smtp.example.com): Port: 25, Secure: no, SPA: no 2010.05.05 15:46:00 SMTP (smtp.example.com): Finding host 2010.05.05 15:46:01 SMTP (smtp.example.com): Connecting to host 2010.05.05 15:46:01 SMTP (smtp.example.com): Connected to host 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 220 ESMTP Wed, 05 May 2010 16:46:00 -0400: UCE strictly prohibited 2010.05.05 15:46:01 SMTP (smtp.example.com): [tx] EHLO vm 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 250-bosauthsmtp01.eigbox.net Hello vm [201.244.245.234] 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 250-SIZE 34603008 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 250-PIPELINING 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 250-AUTH PLAIN LOGIN 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 250-STARTTLS 2010.05.05 15:46:01 SMTP (smtp.example.com): <rx> 250 HELP 2010.05.05 15:46:01 SMTP (smtp.example.com): Authorizing to server 2010.05.05 15:46:01 SMTP (smtp.example.com): [tx] AUTH LOGIN 2010.05.05 15:46:02 SMTP (smtp.example.com): <rx> 334 xxx 2010.05.05 15:46:02 SMTP (smtp.example.com): [tx] xxx 2010.05.05 15:46:02 SMTP (smtp.example.com): <rx> 334 xxx 2010.05.05 15:46:02 SMTP (smtp.example.com): [tx] ***** 2010.05.05 15:46:02 SMTP (smtp.example.com): <rx> 235 Authentication succeeded 2010.05.05 15:46:02 SMTP (smtp.example.com): Authorized to host 2010.05.05 15:46:02 SMTP (smtp.example.com): Connected to host 2010.05.05 15:46:02 SMTP (smtp.example.com): [tx] MAIL FROM: <*****> 2010.05.05 15:46:02 SMTP (smtp.example.com): <rx> 250 OK 2010.05.05 15:46:02 SMTP (smtp.example.com): [tx] RCPT TO: <*****> 2010.05.05 15:46:03 SMTP (smtp.example.com): <rx> 250 Accepted 2010.05.05 15:46:03 SMTP (smtp.example.com): [tx] DATA 2010.05.05 15:46:03 SMTP (smtp.example.com): <rx> 354 Enter message, ending with "." on a line by itself 2010.05.05 15:46:04 SMTP (smtp.example.com): [tx] 2010.05.05 15:46:04 SMTP (smtp.example.com): [tx] . 2010.05.05 15:46:04 SMTP (smtp.example.com): <rx> 250 OK id=1O9lTn-0005Yj-89 

(*)在Outlook中,工具 – >选项 – >其他 – >高级选项 – >启用日志logging(疑难解答),日志文件位于%TEMP%\ Outlook \ OPMLog.log中。 这个文本文件logging了Outlook和服务器的命令和响应。

最后一行是从SMTP服务器确定,这意味着它已经完成,所以问题不在你的一端! 您应该联系域名提供商。

这两个电子邮件客户端使用端口25? 也许evolution被configuration为使用端口25,但是有一个盒子检查“TLS / SSL Enabled”,导致它发送超过587个(见eudora)。

他们的文档要求使用587作为传出。 这是一个反直觉的解决scheme,因为你的日志显示电子邮件发送正常,但它值得一试。

资料来源: http : //www.ipower.com/info/systemnotice.bml?id = 5702