PDA

View Full Version : DomainKeys semi colon in txt record


kaptk2
19th June 2007, 04:49
I have a MyDNSConfig server setup and working really well. I have implemented domain keys on the email servers I control to be able to recive and send email to yahoo domains without issue.

I have MyDNSConfig as a master server to a Bind9 slave. When the the zone gets transfered the text record looks like this:
private._domainkey TXT "k=rsa/; p=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

It should look like this:
private._domainkey TXT "k=rsa; p=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

How can I get rid of the extra slash? I assume that is an escape charater that is not getting stripped off when the domain gets tranfered. Any suggestions would be helpful.

till
19th June 2007, 10:19
If you have a look in the mydnsconfig database, is the / there visible too?

kaptk2
19th June 2007, 22:40
No the / is not visible in the database.

till
19th June 2007, 23:18
When it's not visible in the database, then the / is not added by mydnsconfig. It might be a incompatibility between mydns and bind.

kaptk2
20th June 2007, 00:16
Ok, I will see what I can find in mydns that would cause this. Thanks