godaddy vds SPF 和域名密钥问题

godaddy vds SPF 和域名密钥问题

我对 godaddy 的邮件服务器有疑问。
我在 godaddy 有一个 VDS,我想配置我的邮件服务器,让邮件在收件箱中发送到 yahoo,而不是垃圾邮件中。我已经配置了 SPF、DomainKeys 和 DKIM,但只有 DKIM 通过了测试:

SPF 检查:中立
DomainKeys 检查:中立
DKIM 检查:通过
Sender-ID 检查:中立
SpamAssassin 检查:正常

我注意到 godaddy 使用 n1nlvphout01.shr.prod.ams1.secureserver.net 发送邮件,我认为这就是问题所在。但我该怎么办?

这是一个示例(我用 mydomain.com 替换了我的域名):

*************************************
Return-Path: <[email protected]>
Received: from n1nlvphout01.shr.prod.ams1.secureserver.net (188.121.43.195) by verifier.port25.com (PowerMTA(TM) v3.6a1) id hrh05q0hse8f for <[email protected]>; Thu, 11 Nov 2010 14:13:33 -0500 (envelope-from <[email protected]>)
Authentication-Results: verifier.port25.com [email protected]; mfrom=neutral (SPF-Result: Neutral);
Authentication-Results: verifier.port25.com [email protected]; domainkeys=neutral (message not signed);
Authentication-Results: verifier.port25.com header.d=mydomain.com; dkim=pass (matches From: [email protected]);
Authentication-Results: verifier.port25.com [email protected]; pra=neutral (SPF-Result: Neutral);
Received: (qmail 2584 invoked from network); 11 Nov 2010 19:13:12 -0000
Received: from unknown (HELO ip-188-121-50-207.ip.secureserver.net) (188.121.50.207)
  by n1nlvphout01.shr.prod.ams1.secureserver.net (188.121.43.195) with ESMTP; 11 Nov 2010 19:13:12 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=mydomain.com; s=mail; h=MIME-Version:Content-Type:
 Content-Transfer-Encoding:Date:From:To:Subject:Message-ID; bh=bc
 GnigHKQ1COL7O5IRBTZm1iF+SLByfqOZo2vYgpCBg=; b=R7KSjZcuV97tAh+9Ua
 AiBDxQXwFSDvrsQa+69L+EX8jKWqaaoPLKcquSiBWQ3XgoMFa5Ep7IxnWyAjvzJ8
 xpMzLiqmTYsY472SrC/NbiXuV6V9racIEOYWHHSyfi2TKfptnQv84pSOL/4pLUj/
 Ddxy6Cw+Pm+9wIFrvnJmEBJHo=
Received: from localhost.localdomain ([127.0.0.1] helo=www.mydomain.com)
 by ip-188-121-50-207.ip.secureserver.net with esmtpa (Exim 4.69)
 (envelope-from <[email protected]>)
 id 1PGca8-0003UJ-5H; Thu, 11 Nov 2010 12:13:12 -0700
MIME-Version: 1.0
Content-Type: text/plain;
 charset=UTF-8;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Thu, 11 Nov 2010 12:13:12 -0700
From: <[email protected]>
To: <[email protected]>, <[email protected]>,
 <[email protected]>
Subject: test
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/0.4.2

 test
*************************************

答案1

Yahoo 批量电子邮件发件人帮助位于 http://help.yahoo.com/l/us/yahoo/mail/postmaster/forms_index.html

相关内容