I'm trying to set up email on my sites, but having some trouble.
I'm using Google Apps for sending/receiving emails, but I've also installed Postfix to send emails created by scripts on the server (like contact forms etc.)
That's all working great, but to keep the emails from being spammed, I want to add an SPF record. That's where I'm having the trouble though.
The domain I've been testing this all on is
http://www.pliableweb.com/ , and I'm using the Linode DNS manager.
What I've been entering is:
Code:
Name: pliableweb.com
Value: v=spf1 a mx include:aspmx.googlemail.com include:_spf.google.com ~all
TTL: Default
Then when I view the zone file through Linode DNS manager, I see it as:
Code:
pliableweb.com TXT "v=spf1 a mx include:aspmx.googlemail.com include:_spf.google.com ~all"
But if I test out my site's DNS using a tool like
http://www.kitterman.com/spf/validate.html , it finds no SPF records. And using another tool, it finds no TXT records at all even:
http://www.mxtoolbox.com/SuperTool.aspx ... bleweb.com
And I first added the rules 2 days ago now.
Does anyone know what I'm doing wrong? (Putting the wrong things in the Name/Value fields maybe?)