【发布时间】:2015-06-17 14:11:56
【问题描述】:
我想为我的网站配置 SPF 记录。这背后的原因是使用 Google 服务,即将您的电子邮件保存在 Google Now 中。
我从谷歌发现的是:
Create a TXT record containing this text: v=spf1 include:_spf.google.com ~all
To authorize an additional mail server, add the server's IP address before just
before the ~all argument using the format ip4:address or ip6:address.
请注意,到目前为止,我还没有向我的服务器添加任何 SPF 记录。那么我需要为我的服务器和 Google 分别设置两条单独的记录吗?
那么会是下面这样吗(ip地址是我服务器的静态ip地址)?
v=spf1 include:_spf.google.com ip4:1.1.1.1 ~all
【问题讨论】: