Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: [Solved] SPF Records
PostPosted: Tue Jan 05, 2010 4:22 pm 
Offline
Junior Member

Joined: Sun Oct 11, 2009 12:44 pm
Posts: 29
Location: Northern Ireland
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?)


Last edited by Michael-Martin on Thu Jan 07, 2010 2:07 pm, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Tue Jan 05, 2010 5:53 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
Leave the name blank in the Linode DNS manager. What you are doing now is putting a TXT record in for pliableweb.com.pliableweb.com
Code:
$ dig -t txt pliableweb.com.pliableweb.com

; <<>> DiG 9.4.3-P4 <<>> -t txt pliableweb.com.pliableweb.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44405
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 0

;; QUESTION SECTION:
;pliableweb.com.pliableweb.com. IN      TXT

;; ANSWER SECTION:
pliableweb.com.pliableweb.com. 300 IN   TXT     "v=spf1 a mx include:aspmx.googlemail.com include:_spf.google.com ~all"



Top
   
 Post subject:
PostPosted: Thu Jan 07, 2010 7:54 am 
Offline
Junior Member

Joined: Sun Oct 11, 2009 12:44 pm
Posts: 29
Location: Northern Ireland
Ah, thanks very much Stever! That makes a lot more sense now, I'll try that! Thanks again :D


Edit - That has worked perfectly! Thanks again Stever, you rock! :D


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group