SMTP 和电子邮件标头问题

发布于 2024-10-06 02:47:20 字数 816 浏览 5 评论 0原文

为什么我在 Hotmail 的某个电子邮件帐户中使用 smtp 发送的电子邮件在电子邮件标头中有两个“已接收:”字段?

Received: from NS1.MYSERVER.COM ([xx.xx.xx.xx]) by bay0-mc2-f11.Bay0.hotmail.com with   Microsoft SMTPSVC(6.0.3790.4675);

 Fri, 3 Dec 2010 11:30:13 -0800

     Received: from localhost ([127.0.0.1] helo=mydomain.com)

by NS1.MYSERVER.COM with esmtpa (Exim 4.69)

(envelope-from <[email protected]>)

id 1PObKb-0007NA-Ii

for [email protected]; Fri, 03 Dec 2010 20:30:09 +0100

如果我使用网络邮件执行此操作,则电子邮件标题中会出现三个“已接收”字段。

显然我的服务器设置有问题。

我怎样才能确定问题是什么?

Why my emails that I sent using smtp at some email account at Hotmail have two "Received:" fields in email header?

Received: from NS1.MYSERVER.COM ([xx.xx.xx.xx]) by bay0-mc2-f11.Bay0.hotmail.com with   Microsoft SMTPSVC(6.0.3790.4675);

 Fri, 3 Dec 2010 11:30:13 -0800

     Received: from localhost ([127.0.0.1] helo=mydomain.com)

by NS1.MYSERVER.COM with esmtpa (Exim 4.69)

(envelope-from <[email protected]>)

id 1PObKb-0007NA-Ii

for [email protected]; Fri, 03 Dec 2010 20:30:09 +0100

If I do that using webmail there are three "Received" fields in email header.

Obviously there is a problem in settings of my server.

How can I determine what is the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺深海 2024-10-13 02:47:20

这是完全正常的行为:处理您的消息的每个服务器都会向其添加自己的“Received”...“for...”标头。

  • 您的电子邮件客户端(在本例中为脚本)将其发送到 SMTP 服务器
  • SMTP 服务器将其发送到收件人服务器
  • 如果如此配置,收件人服务器可能会传递邮件
    ...

This is perfectly normal behaviour: Every server that processes your message will add its own "Received" ... "for..." headers to it.

  • Your E-Mail client (in this case, the script) sends it to the SMTP server
  • The SMTP server sends it to the recipient server
  • The recipient server may pass the message on if so configured
    ...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文