Author Topic: Text record length problem  (Read 7470 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Text record length problem
« on: August 06, 2019, 08:54:11 AM »
Can not enter any txt record which is more than 255 characters?

Any solution?

Basically I want to add a DKIM record (2048 bit) which is more than 255 characters.

Offline
*****
Re: Text record length problem
« Reply #1 on: August 06, 2019, 04:27:37 PM »
Hi, you can try to split it and make something like below:
Code: [Select]
sometext._domainkey IN TXT ("v=DKIM1; k=rsa;  -p=first 200 chars"
sometext._domainkey IN TXT "last 200 chars")
or one more way:
Code: [Select]
sometext._domainkey IN TXT  ("v=DKIM1; k=rsa;  200 chars" "last 200 chars")
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
****
Re: Text record length problem
« Reply #2 on: September 03, 2019, 04:37:13 AM »
Did you ever get the 2048-bit key to work.

I'm having problems.

Thanks,
David

Offline
*
Re: Text record length problem
« Reply #3 on: September 03, 2019, 07:13:07 AM »
file editing of dns zone is not working ?
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
****
Re: Text record length problem
« Reply #4 on: September 03, 2019, 07:52:27 PM »
file editing of dns zone is not working ?

DNS is hosted by 3rd party (Vultr)

I have another server running iRedMail with no problem with 2048-bit key (DNS also at Vultr)

Just can't get it working with CWP. :/

Offline
*
Re: Text record length problem
« Reply #5 on: January 08, 2021, 09:41:09 AM »
Hi, it works this way:

mail._domainkey IN TXT  "v=DKIM1;  -p=First 200 chars" "Remaining chars"