在使用智能主机时,我应该在Exchange 2013中使用哪些SPFlogging?

我在我们的域名上build立了SPFlogging,我不确定我应该使用什么SPFlogging。

我们有Exchange 2013设置发送使用我们的电子邮件过滤公司作为一个智能主机,他们的主机是最新的主机出现在电子邮件的标题,但也提到在头是我们自己的服务器 – 什么我们的SPFlogging应该如何?

我从我们公司发送了一封电子邮件到我的个人iCloud帐户,这里是标题:

Received:from mr28p00im-smtpin034.me.com ([17.110.71.33]) by ms02592.mac.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTP id <[email protected]> for [email protected]; Tue, 02 Aug 2016 16:36:41 +0000 (GMT) Original-recipient:rfc822;[email protected] Received:from smtp001.apm-internet.net (smtp001-out.apm-internet.net [85.119.248.222]) by mr28p00im-smtpin034.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPS id <[email protected]> for [email protected] (ORCPT [email protected]); Tue, 02 Aug 2016 16:36:40 +0000 (GMT)Authentication-results:mr28p00im-smtpin038.me.com; spf=none (mr28p00im-smtpin038.me.com: [email protected] does not designate permitted sender hosts) [email protected]; Received-SPF:none (mr28p00im-smtpin038.me.com: [email protected] does not designate permitted sender hosts) receiver=mr28p00im-smtpin038.me.com; client-ip=85.119.248.222; helo=smtp001.apm-internet.net; [email protected]; Received:(qmail 98779 invoked from network); 2 Aug 2016 16:36:36 -0000 Received:from unknown (HELO mail.company.com) (185.75.105.226) by smtp001.apm-internet.net with SMTP; 2 Aug 2016 16:36:36 -0000 Received:from Exchange.company.local (192.168.100.34) by Exchange.company.local (192.168.100.34) with Microsoft SMTP Server (TLS) id 15.0.847.32; Tue, 2 Aug 2016 17:36:33 +0100 Received:from Exchange.company.local ([fe80::2525:838f:2ff6:72]) by Exchange.company.local ([fe80::2525:838f:2ff6:72%12]) with mapi id 15.00.0847.030; Tue, 2 Aug 2016 17:36:33 +0100 

如果您的电子邮件过滤公司是从您的Exchange服务器向外部收件人发送电子邮件的唯一方式,即您的服务器永远不会直接发送,那么SPFlogging应只提及过滤公司。

最简单情况下的SPFlogging被目的地用作validation“什么服务器被允许直接与我联系并发送声称来自给定域的电子邮件”的手段,它可能已经穿越了几个跳跃事先没有关系。

像: company.com. IN TXT "v=spf1 a:smtp001.apm-internet.net" company.com. IN TXT "v=spf1 a:smtp001.apm-internet.net"

Smarthost smtp001.apm-internet.net可能会旋转IP,您应该要求您的提供者为您提供他们在其smarthost服务器上使用的IP范围。 没有它,你不能克里特“完美”的SPF。

应该是什么工作

 company.com. in TXT "v=spf1 mx a:smtp001.apm-internet.net/24 ~all"