Re: Generic records and DKIM
John Levine <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
>In order to serve the DKIM key I created generic records with a record >type of 16 for TXT. When I test the server with dnsq everything looks >good. I almost pushed the changes live but decided to test with dig >first. I cannot seem to get dig to display any generic records. Your record isn't valid because it's missing the string length byte. Don't try to use generic records. TXT records in tinydns start with a quote, e.g. 'k0903._domainkey.iecc.com.:v=DKIM1; h=sha1\072sha256; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDN5YERrZdMCFcAnd8a83MN53tpAxL8SkMHWEf1oyg5AAnuI0aQXsxAysbaxEVHZQ5zlsxVWl1ZuHSkr1ysOp23yerLz9uKFwJXSZDt7ocVDuLt8cNuPoMCu0bk4HfvfVKhOJ/tjLDlf0Nqo/SB3p2DoPiH9KQnYKPypnBmU5ljBQIDAQAB ; Remember to escape any colons in the data as \072 R's, John