我有一份SPF记录:
v=spf1 a mx ip4:111.111.111.111 -all我还要再加一句:
v=spf1 ip4:222.222.222.222 include:_spf.example.net ~all如何正确地合并它们?是
v=spf1 ip4:222.222.222.222 include:_spf.example.net a mx ip4:111.111.111.111 ~all好的?
发布于 2016-06-23 10:08:36
你差点就知道了,但我认为格式必须是:
v=spf1 a mx ip4:111.111.111.111 ip4:222.222.222.222 include:_spf.example.net ~all
以"a“和"mx”开头。
编辑:~all是好的使用,但它是建议使用-all的SPF更有效的工作。
https://serverfault.com/questions/785775
复制相似问题