Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: TXT record
PostPosted: Mon Nov 24, 2008 7:07 am 
Offline
Senior Member

Joined: Sat Nov 15, 2008 4:24 pm
Posts: 55
Location: Czech Republic
I am trying to set SPF record to my domain but I am encountering problems naming TXT record.

I try to store it this way:
Code:
www.drake127.cz. TXT "v=spf1 -all"
but I get following "error": /tmp/linode-named-checkzone.txt:16: ignoring out-of-zone data (www) and zone itself contains only this record:
Code:
www. TXT "v=spf1 -all"

Not sure why? Could somebody explain this behaviour to me?


Top
   
 Post subject: Re: TXT record
PostPosted: Mon Nov 24, 2008 7:26 am 
Offline
Linode Staff
User avatar

Joined: Sat Jun 21, 2003 2:21 pm
Posts: 160
Location: Absecon, NJ
The name portion of DNS records has the domain name appended to it. When you put in www.drake127.cz, you're really defining a TXT record for www.drake127.cz.drake127.cz. To define a TXT record for drake127.cz, leave the name portion empty.

Also, I'm not sure if it's what you intend, but the way you're defining your SPF it says your domain never sends mail.


Top
   
 Post subject: Re: TXT record
PostPosted: Mon Nov 24, 2008 3:30 pm 
Offline
Senior Member

Joined: Sat Nov 15, 2008 4:24 pm
Posts: 55
Location: Czech Republic
Quote:
The name portion of DNS records has the domain name appended to it. When you put in www.drake127.cz, you're really defining a TXT record for www.drake127.cz.drake127.cz. To define a TXT record for drake127.cz, leave the name portion empty.
I see, "@" did not work. I'll try that and let know when DSN propagate.

irgeek wrote:
Also, I'm not sure if it's what you intend, but the way you're defining your SPF it says your domain never sends mail.
Yup, I do not intend sending emails from subdomains.


Top
   
 Post subject: Re: TXT record
PostPosted: Mon Nov 24, 2008 5:49 pm 
Offline
Senior Member

Joined: Sun Nov 30, 2003 2:28 pm
Posts: 245
irgeek wrote:
The name portion of DNS records has the domain name appended to it. When you put in www.drake127.cz, you're really defining a TXT record for www.drake127.cz.drake127.cz. To define a TXT record for drake127.cz, leave the name portion empty.


Note that the original example was 'www.drake127.cz.", with a trailing period, and so the domain should not have been appended. Bug in the DNS manager?

_________________
The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net


Top
   
 Post subject:
PostPosted: Wed Nov 26, 2008 11:30 pm 
Offline
Junior Member

Joined: Sun Dec 02, 2007 1:17 am
Posts: 27
Website: http://www.nabber.org
If you are setting your SPF you want it to apply to your email domain (after the @ sign) anyway. So in your case it is probably supposed to be:

Code:
@ TXT "v=spf1 -all"


Note: @ is a shortcut for the current domain in DNS.


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


Who is online

Users browsing this forum: No registered users and 1 guest


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