Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: SPF setting
PostPosted: Thu Sep 11, 2008 10:35 am 
Offline
Senior Newbie

Joined: Sat Aug 30, 2008 10:24 pm
Posts: 7
Hello to all , i have to set up SPF in my dns config.
i have added this line in TXT for SPF:


$TTL 86400
@ IN SOA ns1.linode.com. info.deepsession.info. (
2008091142
7200
7200
1209600
86400
)
@ NS ns1.linode.com.
@ NS ns2.linode.com.
@ NS ns3.linode.com.
@ NS ns4.linode.com.
@ MX 10 mail.deepsession.info.
spf TXT "v=spf1 a mx ptr ip4:72.14.178.196 mx:mail.deepsession.info -all"
@ A 72.14.178.196
www A 72.14.178.196
mail A 72.14.178.196



if i go to senderID spf chek tell me:

No SPF Record Found. A and MX Records Available
No SPF record has been found for the domain hardcoreultras.com. However, MX and/or A records currently exist for this domain.

Addresses Listed in A records
72.14.178.196
Mail Servers Listed in MX Records
mail.hardcoreultras.com 72.14.178.196

any ideas?
[/code]


Top
   
 Post subject: Re: SPF setting
PostPosted: Thu Sep 11, 2008 10:48 am 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ă…lesund, Norway
Skype: neonnero
Twitter: neonnero
Code:
spf         TXT   "v=spf1 a mx ptr ip4:72.14.178.196 mx:mail.deepsession.info -all"

This line actually means that your SPF record is only set for the hostname spf.hardcoreultras.com.

You rather need to change this line to:
Code:
@         TXT   "v=spf1 a mx ptr ip4:72.14.178.196 mx:mail.deepsession.info -all"


Top
   
 Post subject:
PostPosted: Thu Sep 11, 2008 3:05 pm 
Offline
Senior Newbie

Joined: Sat Aug 30, 2008 10:24 pm
Posts: 7
$TTL 86400
@ IN SOA ns1.linode.com. info.deepsession.info. (
2008091160
7200
7200
1209600
86400
)
@ NS ns1.linode.com.
@ NS ns2.linode.com.
@ NS ns3.linode.com.
@ NS ns4.linode.com.
@ MX 10 mail.deepsession.info.
@ TXT "TXT \"v=spf1 a mx ptr ip4:72.14.178.196 mx:mail.deepsession.info -all\""
@ A 72.14.178.196
www A 72.14.178.196
mail A 72.14.178.196





No SPF Record Found. A and MX Records Available
No SPF record has been found for the domain deepsession.info. However, MX and/or A records currently exist for this domain.

Addresses Listed in A records
72.14.178.196
Mail Servers Listed in MX Records
mail.deepsession.info 72.14.178.196


Same response after 7 hours :(


Top
   
 Post subject:
PostPosted: Thu Sep 11, 2008 3:20 pm 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
The linode name servers seem to have older information; the serial number is still 2008091144 which doesn't match what you posted.

Also...

@ TXT "TXT \"v=spf1 a mx ptr ip4:72.14.178.196 mx:mail.deepsession.info -all\""

is wrong.

Just

@ TXT "v=spf1 a mx ptr ip4:72.14.178.196 mx:mail.deepsession.info -all"

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


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