Jump to content

Recommended Posts

Posted

I'm trying to get a long DKIM key into our local DNS as a TXT field and it keeps truncating it. No such problem with the public DNS.

 

Is there a way of increasing the AD DNS TXT length limit?

Posted (edited)

The limit is 255 characters but if you want longer then enter two sets of quotes which will then concatenate them together

so for example

 

"v=spf1 .... first" "second string..."

 

will look like

 

IN TXT "v=spf1 .... firstsecond string..."

 

So just make sure you get the join in the right place and include a space if needed

 

If you still cannot put it in one record then create two records with the same name and it will concatenate them together

Edited by PD1279
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...