Re: [Pdns-users] max record length workaround

2019-03-20 Thread Kenneth Marshall
> On Mar 20, 2019, at 19:37, Jonathan Reed wrote: > > >> TXT records are limited to strings of 255 characters or less, but can have > >> multiple strings, They'll be concatenated in order by the DKIM validator - > >> I'm guessing that's what you're thinking of. > > Yes, indeed. > > > > My pub

Re: [Pdns-users] max record length workaround

2019-03-20 Thread Steve Atkins
On Mar 20, 2019, at 19:37, Jonathan Reed wrote: >> TXT records are limited to strings of 255 characters or less, but can have >> multiple strings, They'll be concatenated in order by the DKIM validator - >> I'm guessing that's what you're thinking of. > Yes, indeed. > > My pub key is 400 cha

Re: [Pdns-users] max record length workaround

2019-03-20 Thread Jonathan Reed
> > TXT records are limited to strings of 255 characters or less, but can have > multiple strings, They'll be concatenated in order by the DKIM validator - > I'm guessing that's what you're thinking of. Yes, indeed. My pub key is 400 chars long, and inserting the long string as a set into records

Re: [Pdns-users] max record length workaround

2019-03-20 Thread Steve Atkins
> On Mar 20, 2019, at 5:49 PM, Jonathan Reed wrote: > > Hi, > > I'm running an old version of pdns where my backend record length for > "records.name" is still varchar(255). I've read it's been extended to 64k. > However I'm trying to insert a 400 character dkim value in it by adding > mult

[Pdns-users] max record length workaround

2019-03-20 Thread Jonathan Reed
Hi, I'm running an old version of pdns where my backend record length for " records.name" is still varchar(255). I've read it's been extended to 64k. However I'm trying to insert a 400 character dkim value in it by adding multiple records for the dkim to simulate a continuation of the key string.