我有一个VPS,它具有预先安装的DirectAdmin和exim邮件服务。 但是我有我的客户抱怨。
当他尝试从他的帐户发送电子邮件给某人时,它会被标记为垃圾邮件。
这是完整的电子邮件与所有标题和东西。 我希望有一个人可以帮助我
Authentication-Results: hotmail.com; spf=pass (sender IP is 141.138.205.229) [email protected]; dkim=none header.d=dutchtwinz.com; x-hmca=pass [email protected] X-SID-PRA: [email protected] X-AUTH-Result: PASS X-SID-Result: PASS X-Message-Status: n:n X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MjtHRD0yO1NDTD00 X-Message-Info: /3z5fcrqMMU004j2/ma9gxjYaCTHh1SYDRkBozv0u0RQKYi/p3JnhYDq+fCL9gd4ZoOdwyC8ZUOO2jFRJx3dhfsqqC1/dh3dpEFRPyEuAPqxYkG1kNuhS/+RxWTrmmRKMIiVYIDsa9HA3Jo5r2TlC2nKN74iRkxxZa345HzmY6vbD4SELXiO9OGS366OsWVIWlbDpo9jcpthAtNsCaKurN4SaoraB0Mk Received: from 117.lemoninternetbureau.nl ([141.138.205.229]) by SNT004- MC3F21.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22712); Sun, 21 Sep 2014 06:48:32 -0700 Received: from localhost ([127.0.0.1] helo=webmail.dutchtwinz.com) by 117.lemoninternetbureau.nl with esmtpa (Exim 4.82) (envelope-from <[email protected]>) id 1XVhV9-0004Nt-28 for [email protected]; Sun, 21 Sep 2014 15:48:31 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_12ba68aba8975b804caf848a8d980657" Date: Sun, 21 Sep 2014 15:48:31 +0200 From: Dutchtwinz <[email protected]> To: [email protected] Subject: Test Organization: DTE Booking Agency Reply-To: [email protected] Mail-Reply-To: [email protected] Return-Receipt-To: Dutchtwinz <[email protected]> Disposition-Notification-To: Dutchtwinz <[email protected]> Message-ID: <[email protected]> X-Sender: [email protected] User-Agent: Roundcube Webmail/1.0.0 Return-Path: [email protected] X-OriginalArrivalTime: 21 Sep 2014 13:48:32.0602 (UTC) FILETIME=[BB9C13A0:01CFD5A2] --=_12ba68aba8975b804caf848a8d980657 Content-Transfer-Encoding: 7bit Content-Type: text/plain Test -- Public Relations Dutch Twinz Entertainment Amsterdam, The Netherlands Tel: 0031 645241556 Website: http://www.dutchtwinz.com --=_12ba68aba8975b804caf848a8d980657 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html><body style=3D'font-size: 10pt; font-family: Verdana,Geneva,sans-serif='> <pre>Test --=20 Public Relations Dutch Twinz Entertainment Amsterdam, The Netherlands Tel: 0031 645241556 Website: http://www.dutchtwinz.com</pre> </body></html> --=_12ba68aba8975b804caf848a8d980657--
让我们看看你的邮件设置为外面。
首先你的MXlogging有点奇怪(这与垃圾邮件文件夹没有任何关系,但你应该修复它,每个IP只包括1个logging,
[~] host -tmx dutchtwinz.com dutchtwinz.com mail is handled by 10 pop.dutchtwinz.com. dutchtwinz.com mail is handled by 10 smtp.dutchtwinz.com. dutchtwinz.com mail is handled by 10 mail.dutchtwinz.com. dutchtwinz.com mail is handled by 10 imap.dutchtwinz.com. dutchtwinz.com mail is handled by 10 pop3.dutchtwinz.com.
他们都指向你的单一IP为141.138.205.229,所以只需删除所有的邮件保存,它会看起来更正常。
你的IP有一个PTR,它parsing回你的IP,所以这是好的。
[~] host 141.138.205.229 229.205.138.141.in-addr.arpa domain name pointer 117.lemoninternetbureau.nl. [~] host 117.lemoninternetbureau.nl 117.lemoninternetbureau.nl has address 141.138.205.229 117.lemoninternetbureau.nl has IPv6 address 2a02:348:84:cde5::1
和你的邮件服务器HELO作为你的名字
[~] telnet 117.lemoninternetbureau.nl 25 Trying 141.138.205.229... Won't send login name and/or authentication information. Connected to 117.lemoninternetbureau.nl. Escape character is '^]'. 220 117.lemoninternetbureau.nl ESMTP Exim 4.82 Sun, 21 Sep 2014 16:11:21 +0200
这样很好。 A == PTR == HELO。
[~] host -t spf dutchtwinz.com dutchtwinz.com has no SPF record [~] host -t txt dutchtwinz.com dutchtwinz.com descriptive text "google-site-verification=TA_T5RfvDX1R2fsaq29sQsAg1e0LFtFi8OWduzmZNrw" dutchtwinz.com descriptive text "v=spf1 a mx ip4:141.138.205.229 ip6:2a02:348:84:cde5::1 ~all"
您的域名拥有涵盖您的主机的SPFlogging。 我在标题中看不到DKIM签名。 你可能会尝试启用DKIM,因为这可以帮助传送到Hotmail。
另外,看起来你不会发送很多电子邮件,并且在你的IP /域名声誉方面没有太多。 所以这可能也是对付你的。
您应该告诉您的客户在Hotmail中将邮件标记为非垃圾邮件,这将有助于将来的邮件不会进入垃圾邮件文件夹。