什么是SPFlogging的正确格式?

查询我的域名我得到:

The TXT records found for your domain are: v=spf1 ip4:50.22.72.198 a mx:wordswithfriends.net ~all 

所以表面上看起来确定。 不过,我也收到以下消息

SPFlogging也应作为SPFloggingtypes在DNS中发布。
找不到types的SPFlogging。

我想确保事情是绝对密封的。 所以除了TXTlogging,我也想要一个纯粹的SPFlogging。 但是我无法弄清楚格式。 将相同的文本放在SPFlogging中似乎不起作用。

编辑:

目前我有TXTlogging,但没有SPFlogging。 当我从TXT直接剪切粘贴到SPF时,我得到了一些疯狂的recursionDNS错误,所以很快删除了SPF。 我只是想知道正确的格式。 仿形

 v=spf1 ip4:50.22.72.198 a mx:wordswithfriends.net ~all 

直接进入SPFlogging不起作用。

SPFlogging对我来说是正确的,我的是非常相似的。

你从哪里得到SPF错误? 我检查了我的SPF客户端的域名,它说没关系。

您可以随时在这里查看语法http://www.openspf.org/SPF_Record_Syntax,并在这里生成一个新的标题http://old.openspf.org/wizard.html?mydomain=example.com&submit=Go%21

 $ spfquery -i 50.22.72.198 -m [email protected] -h wordswithfriends.net pass Please see http://www.openspf.org/why.html?sender=test%40wordswithfriends.net&ip=50.22.72.198&receiver=spfquery: 50.22.72.198 contains 50.22.72.198 spfquery: domain of [email protected] designates 50.22.72.198 as permitted sender Received-SPF: pass (spfquery: domain of [email protected] designates 50.22.72.198 as permitted sender) client-ip=50.22.72.198; [email protected]; helo=wordswithfriends.net; 

如果您正在尝试添加通常的TXTlogging以外的SPFlogging, 则格式完全相同 。 但是,您需要使用支持SPFloggingtypes(即9.4.0或更高版本)的B​​IND版本。

如果您的DNS软件缺乏对“真实”SPFlogging的支持,我不会担心。 这种loggingtypes是相当新的,在未来的10年左右,你肯定不会需要它的兼容性。 🙂

你刚刚设置了SPFlogging吗? 如果是这样,对方的DNS服务器可能会caching您的旧区域没有SPFlogging。 所以只需等待一天,然后尝试。

我去了http://www.kitterman.com/spf/validate.html ,你通过了。