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.
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.