|
环境: 托管主机
WINDOWS 2003
EXCHANGE2007 SP1
启用pop3服务
用户客户端使用:office outlook2007 、office outlook 2003 (rpc方式) 和outlook express
一直都可以收发正常。
其中:outlook express 使用安全登录或者不使用安全登录都可以正常进行身份验证而成功发送邮件。
注:
有防火墙,如果直接telnet mail.abc.com 25 会返回 很多*********************
(之所以说这点,是因为遇到过因防火墙导致邮件服务器之间TLS传输不能成功连接的案例)
昨日客户要求使用foxmail,结果发现能收不能发。
经反复测试发现,只要取消 “接收链接器”上 ----“身份验证”----“仅在启动TLS之后提供基本身份验证” 选项
FOXMAIL即可顺利发送邮件。
问题: 我现在对OUTLOOK EXPRESS 和 FOXMAIL的验证方式有些不明白,
请大家给我指点一下差异在哪儿。- FOXMAIL失败日志
- *,SMTPSubmit SMTPAcceptAnySender AcceptRoutingHeaders,Set Session Permissions
- >,"220 iadsvr.abc.com Microsoft ESMTP MAIL Service ready at Fri, 19 Jun 2009 10:53:30 +0800",
- <,EHLO host-abc
- >,250-iadsvr.abc.com Hello [1xx.xxx.xx.xx],
- >,250-SIZE,
- >,250-PIPELINING,
- >,250-DSN,
- >,250-ENHANCEDSTATUSCODES,
- >,250-STARTTLS,
- ,>,250-X-ANONYMOUSTLS,
- ,>,250-AUTH NTLM,
- ,>,250-X-EXPS GSSAPI NTLM,
- ,>,250-8BITMIME,
- ,>,250-BINARYMIME,
- ,>,250-CHUNKING,
- ,>,250-XEXCH50,
- ,>,250 XRDST,
- ,<,MAIL FROM: <demotest@abc.com>,
- ,*,08CBA7D537B80A07;2009-06-19T02:53:31.625Z;1,receiving message
- ,>,550 5.7.1 Client does not have permissions to send as this sender,
- ,-,,Remote
复制代码- OUTLOOK 成功日志
- *,SMTPSubmit SMTPAcceptAnySender AcceptRoutingHeaders,Set Session Permissions
- >,"220 idsvr.abc.com Microsoft ESMTP MAIL Service ready at Fri, 19 Jun 2009 11:59:09 +0800",
- <,EHLO host-abc,
- >,250-iadsvr.abc.com Hello [202.xxx.x.xxx],
- >,250-SIZE,
- >,250-PIPELINING,
- >,250-DSN,
- >,250-ENHANCEDSTATUSCODES,
- >,250-STARTTLS,
- ,>,250-X-ANONYMOUSTLS,
- ,>,250-AUTH NTLM,
- ,>,250-X-EXPS GSSAPI NTLM,
- ,>,250-8BITMIME,
- ,>,250-BINARYMIME,
- ,>,250-CHUNKING,
- ,>,250-XEXCH50,
- ,>,250 XRDST,
- ,<,AUTH NTLM,
- ,>,334 <authentication response>,
- ,>,334 <authentication response>,
- ,*,,Inbound Negotiate failed because of LogonDenied
- ,>,535 5.7.3 Authentication unsuccessful,
- ,<,AUTH NTLM,
- ,>,334 <authentication response>,
- ,>,334 <authentication response>,
- ,*,,Inbound authentication failed as we reject well-known account authentication for NT AUTHORITY\ANONYMOUS LOGON
- ,>,535 5.7.3 Authentication unsuccessful,
- ,<,AUTH NTLM,
- ,>,334 <authentication response>,
- ,>,334 <authentication response>,
- ,*,SMTPSubmit SMTPAcceptAnyRecipient BypassAntiSpam AcceptRoutingHeaders,Set Session Permissions
- ,*,abc\demotest,authenticated
- ,>,235 2.7.0 Authentication successful,
- ,<,MAIL FROM: <demotest@abc.com>,
- ,*,08CBA7D537B81043;2009-06-19T03:59:09.234Z;1,receiving message
- ,>,250 2.1.0 Sender OK,
- ,<,RCPT TO: <abcd@sina.com>,
- ,>,250 2.1.5 Recipient OK,
- ,<,DATA,
- ,>,354 Start mail input; end with <CRLF>.<CRLF>,
- ,>,250 2.6.0 <D4CB0265AE0A4232A0BA2530BBD99D31@host-abc> Queued mail for delivery,
- ,<,QUIT,
- ,>,221 2.0.0 Service closing transmission channel,
- ,-,,Local
复制代码- 取消前面所说的选项后foxmail日志
- *,SMTPSubmit SMTPAcceptAnySender AcceptRoutingHeaders,Set Session Permissions
- >,"220 iadsvr.abc.com Microsoft ESMTP MAIL Service ready at Fri, 19 Jun 2009 12:24:19 +0800",
- <,EHLO host-abc,
- >,250-iadsvr.abc.com Hello [1xx.xx.xxx.xx],
- >,250-SIZE,
- >,250-PIPELINING,
- >,250-DSN,
- >,250-ENHANCEDSTATUSCODES,
- >,250-STARTTLS,
- ,>,250-X-ANONYMOUSTLS,
- ,>,250-AUTH NTLM LOGIN,
- ,>,250-X-EXPS GSSAPI NTLM,
- ,>,250-8BITMIME,
- ,>,250-BINARYMIME,
- ,>,250-CHUNKING,
- ,>,250-XEXCH50,
- ,>,250 XRDST,
- ,<,AUTH LOGIN,
- ,>,334 <authentication response>,
- ,>,334 <authentication response>,
- ,*,SMTPSubmit SMTPAcceptAnyRecipient BypassAntiSpam AcceptRoutingHeaders,Set Session Permissions
- ,*,abc\demotest,authenticated
- ,>,235 2.7.0 Authentication successful,
- ,<,MAIL FROM: <demotest@abc.com>,
- ,*,08CBA7D537B81264;2009-06-19T04:24:20.687Z;1,receiving message
- ,>,250 2.1.0 Sender OK,
- ,<,RCPT TO: <abcd@sina.com>,
- ,>,250 2.1.5 Recipient OK,
- ,<,Data,
- ,>,354 Start mail input; end with <CRLF>.<CRLF>,
- ,>,250 2.6.0 <200906191234302748448@abc.com> Queued mail for delivery,
- ,<,QUIT,
- ,>,221 2.0.0 Service closing transmission channel,
- ,-,,Local
复制代码
[ 本帖最后由 tdk 于 2009-6-19 14:46 编辑 ] |