DNS Hostname Format

Discussion in 'Installation/Configuration' started by mcrider, Jan 10, 2017.

  1. mcrider

    mcrider New Member

    Greetings! I am trying to create a DKIM record with the hostname k1._domainkey but I'm receiving an error that it is the wrong format. I'm attempting to setup domain verification through Mail Chimp. I'm assuming it's an issue with the underscore but that is the only text I was given to enter. Any help would be greatly appreciated. :)
    ispconfig-dkim-record.jpg
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    May you post a link to their docs (if publicly accessible)?
     
  3. florian030

    florian030 Well-Known Member HowtoForge Supporter

  4. mcrider

    mcrider New Member

    I tried that as well and still received the error.
     
  5. florian030

    florian030 Well-Known Member HowtoForge Supporter

    i think, you missed something:
    k1._domainkey.yoursite.com.
    dkim.mcsv.net.
    i just tested this with 3.1
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    If you copied the data, then you might accidently added a whitespace at the end or beginning of the record?
     
  7. florian030

    florian030 Well-Known Member HowtoForge Supporter

    oups... your are on ispconfig 3.0.... please try the values from post (note the dot at the end). if this not working, maybe the validator for cnames is different for 3.0 and 3.1
     
  8. mcrider

    mcrider New Member

    I'm currently running ISPConfig 3.0.5.4p9
    I'll try again with different values.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    It is possible that we relaxed the cname check to allow _ in ISPConfig 3.1. If that's the cause of the issue, then you would have to either update to 3.1 or change the regular expression of the check in the code of your ispconfig.
     
  10. mcrider

    mcrider New Member

    We can do the upgrade but for the short term, in what file may I find that regular expression?
    We'll get my ISPconfig updated as well. :)
     
    Last edited: Jan 10, 2017
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look at the cname form file in /usr/local/ispconfig/interface/web/dns/form/
     
  12. mcrider

    mcrider New Member

    Just updated that file and it now accepts the _ in the hostname. Thanks!!
     

Share This Page