SPF problems with Google Apps
Posted
by
mahle
on Server Fault
See other posts from Server Fault
or by mahle
Published on 2011-05-26T20:22:47Z
Indexed on
2012/03/20
11:31 UTC
Read the original article
Hit count: 400
I currently have an SPF record with a hostname of @ that is:
v=spf1 mx ip4:x.x.x.243/32 include:_spf.google.com include:amazonses.com ~all
I also have another record of"
spf2.0/pra mx ip4:x.x.x.243/32 include:_spf.google.com include:amazonses.com ~all
We have had a lot of email being bounced back because of spam and now when I go to http://www.kitterman.com/spf/validate.html? and check the "Does my domain already have an SPF record? What is it? Is it valid?" it says no spf record exists.
However, when I send an email using our Amazon SES script and check the headers it says it passes the SPF test.
Is there something I am missing? Do I need to place that text in quotes ""? Any help would be greatly apprecaited.
© Server Fault or respective owner