incorrect DKIM key generated by cPanel
Hello,
My problem is fully described in the third message of this thread...
[I deleted the original message of this thread because somebody merged another question with this thread, which makes the subject of this thread not clear... To avoid confusion and you wasting time, I delete this message because it's not anymore related to my question]
Thank you for your understanding.
Trucmuche
-
Hello, The problem is now the following : WHM 11.50 generates 2048bits DKIM keys but I did not manage to add them to gandi's zone file. The following syntax seems correct, the key has been validated by
Could you help me ? Thanks in advance ! Best regards, Trucmuche0 -
I'm having the same issue except with DNS Made Easy. The record that cPanel generates does not fit within the 255 character limit of a TXT record. It also has a misplaced double quote which their validator doesn't like. Any suggestions on how to get the cPanel DKIM generated record to comply with these constraints? 0 -
I found a solution. The key provided by CPanel had a double quote (") after 255 characters. This is incorrect : the syntax needs TWO double quote : the first to close the initial double quote before v=DKIM1 and the second to open a second group with the remaining characters of the key. And my key ended by \; which seems also incorrect because I (think I) had to delete it to have key validated by "v=DKIM1; k=rsa; p=MIIB[manycharacters]kyUL/""48N[many characters]DAQAB\;
and I had to modify it to :"v=DKIM1; k=rsa; p=MIIB[manycharacters]kyUL/""48N[many characters]DAQAB"
I created a zone file entry in GANDI's interface which is :default._domainkey 10800 IN TXT "v=DKIM1; k=rsa; p=MIIB[manycharacters]kyUL/""48N[many characters]DAQAB"
and after the propagation, I checked the validity of DKIM using0
Please sign in to leave a comment.
Comments
5 comments