DomainKeys semi colon in txt record

Discussion in 'General' started by kaptk2, Jun 19, 2007.

  1. kaptk2

    kaptk2 New Member

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

    till Super Moderator Staff Member ISPConfig Developer

    If you have a look in the mydnsconfig database, is the / there visible too?
     
  3. kaptk2

    kaptk2 New Member

    No the / is not visible in the database.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    When it's not visible in the database, then the / is not added by mydnsconfig. It might be a incompatibility between mydns and bind.
     
  5. kaptk2

    kaptk2 New Member

    Ok, I will see what I can find in mydns that would cause this. Thanks
     

Share This Page