DNS问题邮件服务器

我试图find一个答案,到目前为止没有运气。 我不是系统pipe理员,但我使用邮件和我们的服务器之一提出了一些问题。 我没有个人访问服务器,但我认为这是一个DNS问题,我有一个想法如何解决这个问题,但我想一些帮助,看看我看到它的正确。 情况(包括编辑的消息标题)

更多细节,从标题开始:

Delivered-To: [email protected] Received: by yy.yyy.yy.yyy with SMTP id q20csp144570ldr; Mon, 29 Sep 2014 04:43:21 -0700 (PDT) X-Received: by yy.yyy.yyy.yyy with SMTP id ct2mr42083465wjc.20.1411991001561; Mon, 29 Sep 2014 04:43:21 -0700 (PDT) Return-Path: <[email protected]> Received: from mail.anotherdomain.com ([12.345.678.999]) by mx.google.com with ESMTP id l9si16306803wjf.107.2014.09.29.04.43.21 for <[email protected]>; Mon, 29 Sep 2014 04:43:21 -0700 (PDT) Received-SPF: fail (google.com: domain of [email protected] does not designate 12.345.678.999 as permitted sender) client-ip=78.129.174.107; Authentication-Results: mx.google.com; spf=hardfail (google.com: [email protected] does not designate 12.345.678.999 as permitted sender) [email protected] Received: from www.mydomain.com (thirdplace.com [77.77.777.777]) by mail.anotherdomain.com (Postfix) with SMTP id C951F37F243 for <[email protected]>; Mon, 29 Sep 2014 13:32:18 +0100 (BST) MIME-Version: 1.0 X-Mailer: htmlMimeMail5 Subject: xxxxx From: mydomain Be <[email protected]> Reply-To: [email protected] Content-Type: multipart/alternative; boundary="=_b084eb0a20927c13afc1e12b48b3a52c" Message-ID: 

主要的问题是服务器HELOS与mail.anotherdomain.com和IP 12.345.678.999 PTRlogging在那里解决,但在mail.anotherdomain.com DNS中没有该IP。 要对此进行sorting,添加Alogging就足够了吗?

那么,你可以看到SPF硬法,这是因为mydomain.be的SPFlogging

所以我会做的是:

  • 在mydomain.com的SPFlogging中添加ip 12.345.678.999

  • 在mail.anotherdomain.com中添加一个Alogging12.345.678.999

而..就是这样吗? 还是应该在mydomain.com上添加12.345.678.999的Alogging?

谢谢,如果你能如此善良的帮助我,

例如,具有1.2.3.4的mailserver mail.example.com服务于邮件example.com。 以下内容适用:

  • 服务器helo是mail.example.com
  • 1.2.3.4 PTR给出mail.example.com
  • mail.example.comparsing为1.2.3.4
  • example.com MX给了mail.example.com
  • example.com SPF直接允许MX,mail.example.com或1.2.3.4。