【问题标题】:cPanel sent email resulting as SPAM in Google and OutlookcPanel 发送的电子邮件在 Google 和 Outlook 中成为垃圾邮件
【发布时间】:2016-10-04 12:12:43
【问题描述】:

一段时间以来,我一直在为基于 cPanel 的特定电子邮件服务器设置而苦苦挣扎。出于某种原因,从该特定服务器发出的电子邮件被标记为垃圾邮件并传送到 Gmail 和 Outlook 的垃圾邮件/垃圾文件夹。有经验的人可以看看我当前的配置,并指出设置中的任何缺陷或提示寻找什么?

IP addresses at disposal: x.x.x.127/27
cPanel installed on: x.x.x.99
Domains added to WHM on x.x.x.99-105
In order not to disclose the domain names, I won't be able to provide exact domain names, sorry. 

当通过 Web 界面和使用电子邮件客户端从 x.x.x.99-105 发送时,电子邮件被标记为垃圾邮件。

SPF、DKIM、MX、PTR 条目有效。 域和 IP 地址不在 mxtoolbox.com 网站提供的黑名单检查中。

Mail-tester.com results: 8.1/10, main points off have gone from PYZOR_CHECK (-1.985). The message it provides is:
Similar message reported on Pyzor (http://pyzor.org)
Please test a real content, test Newsletters will always be flagged by Pyzor
Adjust your message or request whitelisting (http://public.pyzor.org/whitelist/)

据我所知,Microsoft SNDS 没有提供被标记为垃圾邮件的原因。 Microsoft 支持不提供有关如何继续进行问题修复的信息。 Google Postmaster 没有提供我所看到的被标记为垃圾邮件的原因。 Google 支持不会回复如何继续进行问题修复。

软件版本:

/etc/redhat-release:CentOS Linux release 7.2.1511 (Core)
/usr/local/cpanel/version:11.58.0.28
/var/cpanel/envtype:standard
CPANEL=release
Server version: Apache/2.4.18 (Unix)
Server built: Jun 10 2016 08:13:27
Cpanel::Easy::Apache v3.32.14 rev9999
PHP 5.5.36 (cli) (built: Jun 10 2016 08:15:50)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
mysql Ver 14.14 Distrib 5.6.31, for Linux (x86_64) using EditLine wrapper

我完全失去了理智,发现这一点... Outlook.com 支持仅向我们发送了指向其服务条款和条件的链接。谷歌根本没有回复支持查询。我很乐意提供有关在哪里寻找解决方案的任何线索。

【问题讨论】:

    标签: cpanel spam exim


    【解决方案1】:

    可能这些域的 MX 记录未指向主服务器 IP。

    这是大多数服务器邮件被阻止或标记为垃圾邮件的常见原因。

    检查有问题的域的 dns 区域。

    如果你发现:

    域名.com。在 MX domain.com 中。

    将其更改为:

    domain.com IN MX mail.domain.com。

    并以这种方式更改邮件(domain2.com)的记录:

    mail.domain.com IN A yourmainserverIPhere

    最后将您的主服务器 IP 添加到您的 SPF 记录中。等待一段时间再检查邮件,因为 DNS 更改需要一段时间才能传播。

    希望这会有所帮助。

    注意:

    还可以通过以下链接了解详细信息

    How to Keep your Email out of the Spam Folder

    【讨论】:

      猜你喜欢
      • 2020-05-15
      • 2012-08-17
      • 2011-02-08
      • 2013-10-17
      • 1970-01-01
      • 1970-01-01
      • 2012-05-27
      • 2023-04-06
      • 1970-01-01
      相关资源
      最近更新 更多