My DNS changes all the time?

janton

Verified User
Joined
Sep 17, 2009
Messages
145
Hello All,

I recently (5 days ago) added a DKIM rule and SPF rule:
(for this example i changed my domain name and IP)
Code:
_domainkey	TXT	"o=~"	
blabla.nl.	TXT	"v=spf1 a mx ip4:11.11.11.251 -all"	
x._domainkey	TXT	"v=DKIM1; k=rsa; p=KmlkmEDKAQEBBQADawAwaAJhAK8KlnUXYsrLIKp/LIQ7BnII2h79iteP9VlpsEFtm8KzvFP4hTCVUzgtg4j9CEZ5oOzC7Yk5No5kPv3lNfWdFjNr5vPcnhY5B0HeSJAyPZqV6sUYvqWia/j8nOyoSyoYKwIDAQAB"

But when I do a :
dig blabla.nl txt

i see:
"=spf1 a mx ip4:11.11.11.251 -al"

or when i run:
dig x._domainkey.blabla.nl TXT

i see:
=DKIM1; k=rsa; p=KmlkmEDKAQEBBQADawAwaAJhAK8KlnUXYsrLIKp/LIQ7BnII2h79iteP9VlpsEFtm8KzvFP4hTCVUzgtg4j9CEZ5oOzC7Yk5No5kPv3lNfWdFjNr5vPcnhY5B0HeSJAyPZqV6sUYvqWia/j8nOyoSyoYKwIDAQA


So the last and first character are gone What the ????? and this changes every day.. one day it's correct and the other day it's wrong again? I mean it does return the correct DKIM or SPF one day and the other day it returns the one with the first and last character missing again. :confused:

It's already 5 days after the change and it still continues to do this?
 
Please see my private message to you. My uninformed guess is that you may have multiple nameservers and that they may be holding different information. So when you first see a result, it'll last for the time period in TTL, and then when that's over it'll pick the other server for the next time period in TTL.

Jeff
 
Back
Top