How do I use an include statement in a TXT record?

Posted by Aglystas on Server Fault See other posts from Server Fault or by Aglystas
Published on 2011-10-06T15:08:49Z Indexed on 2011/11/24 1:55 UTC
Read the original article Hit count: 606

Filed under:
|
|
|
|

We have a client that is using an email service that requires a TXT domain key reocrd that is over 127 characters long. I'm pretty sure BIND allows this, however we run djbdns with tinydns and it looks as though it only supports txt records up to 127 characters. And the rest is being truncated. I was thinking I can do an include combining them, but I'm not really sure how.

I was thinking of setting the value to somthing like...

v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2GWCNaDTuC3include:bdk2._domainkey.mail.cutlerymania.com 

My thought is, will this grab the actual value located at that domain which only has one record which is a TXT record and simply append that information so the entire key record gets sent correctly?

© Server Fault or respective owner

Related posts about dns

Related posts about dkim