What does the following SPF record allow?
Posted
by Pasta
on Stack Overflow
See other posts from Stack Overflow
or by Pasta
Published on 2010-04-21T08:29:11Z
Indexed on
2010/04/21
8:33 UTC
Read the original article
Hit count: 224
v=spf1 ip4:211.121.22.56 a mx a:server.hostname.com ~all
My understanding is it allows the following to send out emails:
ip4: 211.121.22.56
a: A record (where website is hosted)
mx: whatever the MX record says
a: this server name
And nothing other than the above 4 places
Am I correct?
© Stack Overflow or respective owner