谁能告诉我为什么我的邮件被归类为垃圾邮件(包括标头)
情况是这样的。
我有两个仅接受身份验证的 SMTP 服务器。
我还有一个没有 SMTP 服务器的 VPS,因此该 VPS 上的 PHP 使用 PEAR 将电子邮件发送到 SMTP 服务器进行发送。
由于某种原因,电子邮件总是被归类为垃圾邮件。 有人可以看一下以下标题并告诉我为什么会发生这种情况吗?
为了安全起见,某些内容已被*删除。
我对 VPS 很陌生,所以我想我可能在某个地方有一些不可靠的配置,所以我需要一些关于这方面的建议。
谢谢你们!
Microsoft Mail Internet Headers Version 2.0
Received: from moutng.k*****.de ([212.227.17.8]) by ***** with Microsoft SMTPSVC(6.0.3790.4675);
Sat, 12 Feb 2011 11:30:09 +0000
Received: from localhost (*****.onlinehome-server.info [*****])
by mrelayeu.k*****.de (node=mreu1) with ESMTP (Nemesis)
id 0Lm8JB-1QNpTc29Yn-00a9O2; Sat, 12 Feb 2011 12:30:09 +0100
From: Logeek <log@*****.com>
To: A King <aking@*****.co.uk>
Subject: Hi!
Message-Id: <[email protected]*****.de>
Date: Sat, 12 Feb 2011 12:30:09 +0100
X-Provags-ID: *****
Return-Path: log@*****.com
X-OriginalArrivalTime: 12 Feb 2011 11:30:09.0931 (UTC) FILETIME=[34CC45B0:01CBCAA8]
Here is the situation.
I have both an SMTP server which accepts only authentication.
I also have a VPS with no SMTP server, so the PHP on that VPS sends emails using PEAR to the SMTP server for sending.
For some reason emails are getting classified as Spam always.
Can someone take a look at the following headers and give me a pointer to why this might be happening?
Some stuff has been *'d out for security.
I'm new to VPS stuff so I guess I might have some dodgy config somewhere, so I need some advice on this one.
Thanks guys!
Microsoft Mail Internet Headers Version 2.0
Received: from moutng.k*****.de ([212.227.17.8]) by ***** with Microsoft SMTPSVC(6.0.3790.4675);
Sat, 12 Feb 2011 11:30:09 +0000
Received: from localhost (*****.onlinehome-server.info [*****])
by mrelayeu.k*****.de (node=mreu1) with ESMTP (Nemesis)
id 0Lm8JB-1QNpTc29Yn-00a9O2; Sat, 12 Feb 2011 12:30:09 +0100
From: Logeek <log@*****.com>
To: A King <aking@*****.co.uk>
Subject: Hi!
Message-Id: <[email protected]*****.de>
Date: Sat, 12 Feb 2011 12:30:09 +0100
X-Provags-ID: *****
Return-Path: log@*****.com
X-OriginalArrivalTime: 12 Feb 2011 11:30:09.0931 (UTC) FILETIME=[34CC45B0:01CBCAA8]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我不太擅长电子邮件标头,但如果发送电子邮件的地址的域不等于发送电子邮件的域,例如:[email protected] 将被标记为垃圾邮件:当使用 SMTP 服务器 smtp.thispage.com 作为该服务器上的本地用户时,例如 [电子邮件受保护] 邮件将从该服务器发送,并且电子邮件不会被标记为垃圾邮件。但是当以用户身份发送时 [电子邮件受保护] 使用 PEAR 来自不同域的邮件通常会被标记为垃圾邮件。
Ok I'm not really good at email headers but if an Email is sent from and address in which the domain is not equal to the domain the email was sent from for example: a message sent by [email protected] from the server otherpage.com will get marked as spam: When using a SMTP server smtp.thispage.com as a local user on that server for example [email protected] the message will be sent from this server and the email wil not be marked as spam. But when sending it as user [email protected] from a different domain using PEAR the message will normally be marked as spam.