0

I'm trying to see if there is a better way to have my SPF records using the domain opposed to using the ip address - so if the IP does happen to change - the zones don't need to be updated.

"v=spf1 +a +mx +ip4:216.38.16.18 ?all"

BECOMES

"v=spf1 a:example.com mx:example.com ?all"

Assuming I've written the SPF rule correctly.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
andrewvink
  • 31
  • 3

1 Answers1

0

Yes you can have both IP and FQDN. See link for more details:

http://www.openspf.org/RFC_4408#examples

Hope this helps

Isaac Bassey
  • 51
  • 2
  • 10