At 20:32 27-08-2007, Jim Fenton wrote: >Sometime back, I set up a test to see whether it's possible to use a DNS >CNAME record to point to a key record somewhere else (it is, and should >be). But the current version of dkim-filter doesn't seem to like it; >when I use the CNAME selector name (microwave) I get the error: > >verification error: invalid character (0xc0) in key data
Are you using the system resolver or libar? I suggest testing the above with libar. >I had been under the impression, based on comments made at IETF, that >resolvers "just did the right thing" when it came to CNAME records and >returned the pointed-to value, but I guess all resolvers aren't created >equal. There is code in libar to "do the right thing" (CNAME). You can enable libar by adding define(`bld_USE_ARLIB', `true') to site.config.m4 when you compile the milter. Regards, -sm ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
