查询我的域名我得到:
The TXT records found for your domain are: v=spf1 ip4:50.22.72.198 a mx:wordswithfriends.net ~all
所以看起来很好看.但是我也收到以下消息
SPF records should also be published in DNS as type SPF records.
No type SPF records found.
我想确保事情是绝对密不透风的.所以除了TXT记录之外,我还想要一个纯SPF记录.但是我无法弄清楚格式.将相同的文本放在SPF记录中似乎不起作用.
编辑:
目前我有TXT记录而不是SPF记录.当我从TXT直接剪切并粘贴到SPF时,我得到某种类型的疯狂递归DNS错误,因此很快删除了SPF.我只是想知道正确的格式.仿形
v=spf1 ip4:50.22.72.198 a mx:wordswithfriends.net ~all
直接进入SPF记录不起作用.
解决方法
SPF记录对我来说是正确的,我的非常相似.
你在哪里得到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 test@wordswithfriends.net -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 test@wordswithfriends.net designates 50.22.72.198 as permitted sender Received-SPF: pass (spfquery: domain of test@wordswithfriends.net designates 50.22.72.198 as permitted sender) client-ip=50.22.72.198; envelope-from=test@wordswithfriends.net; helo=wordswithfriends.net;