Hello I'm trying to add an SPF record for our MT dv server as per this tutorial:
http://kb.mediatemple.net/questions/658/How+can+I+create+an+SPF+record+for+my+domain%3F#gs
Which instructs me to add the record:
v=spf1 a:example.com/20 include:adelphia.net ~all
The problem is half our office uses gmail to send emails and I want to make sure google is included as a safe domain. So I have this:
v=spf1 a:example.com/20 include:_spf.google.com ~all
I also saw someone suggest not using ~all but -all to limit the mail to come only from these 2 servers.
So would this record be the correct record for sending emails by using only our example.com mail server and the gmail server:
v=spf1 a:example.com/20 include:_spf.google.com -all