DKIM is too long to add txt records

I would like to ask the system how to set the problem of sending domain name DKIM too long, 2048 modified to 1024, dns parsing error, can not exceed 255 characters.


img:http://prntscr.com/ku2riq
All modern DNS admin/registrars are supposed to be able to handle DKIM 2048, what software or registrar is causing this error?
If you absolutely need to use your current DNS (which demands the shorter DKIM 1024), then create the key elsewhere and copy & paste public and private key into the place where mwz created the longer key and then save & verify it.
 

Good KB article and link!

It might be better to allow selecting which size 1024 or 2048 at the creation time where the sending domain is configured, since this would allow to use whatever the DNS/third party supports, since this can differ by each domain/customer. And it is better to have it flexibly as high as possible since some recipient servers mark down when not 2048.

Also, would be good to have a KB article with a complete list of all custom configuration parameters.

:)
 
Last edited:
'email.custom.dkim.key.size'=> 1024,

Is it added like this? Can you help me tell me the example and the location I added?thanks

http://prntscr.com/kue0zh

The top three domain name service providers in China do not support dkim txt over 255 characters.
Domain name service provider: aliyun.com, xinnet, cloud.tencent.com
Dns hosting :dnspod.cn
They can't add more than 255 characters







Good KB article and link!

It might be better to allow selecting which size 1024 or 2048 at the creation time where the sending domain is configured, since this would allow to use whatever the DNS/third party supports, since this can differ by each domain/customer. And it is better to have it flexibly as high as possible since some recipient servers mark down when not 2048.

Also, would be good to have a KB article with a complete list of all custom configuration parameters.

:)
 
Last edited:
It might be better to allow selecting which size 1024 or 2048
We try to push people using the most secure option, thus 2048 as default. People should not be able to play with these settings, unless cases like this one ;)

'email.custom.dkim.key.size'=> 1024,
You forgot the comma, both of your params must have commas at the end, so:
'param1' => 'value 1',
'param2' => 'value 2',

The top three domain name service providers in China do not support dkim txt over 255 characters.
They should. It's customers pressing on them and making them do an effort to support this.
 
'email.custom.dkim.key.size'=> 1024,

Is it added like this? Can you help me tell me the example and the location I added?thanks

http://prntscr.com/kue0zh

The top three domain name service providers in China do not support dkim txt over 255 characters.
Domain name service provider: aliyun.com, xinnet, cloud.tencent.com
Dns hosting :dnspod.cn
They can't add more than 255 characters

  • Unable to retrieve the TXT records for your domain name.
I resolved to the bluehost post office, and it will be verified after 30 minutes of setup, but I have not been able to successfully resolve the mailwizz for 2 months. My mailwizz is installed in the bluehost virtual space.

l7tt0t

https://prntscr.com/l7tt0t bluehost mail is ok
 
I am not sure how that is going to work, you might need to add the dkim to mailer._domainkey.mw.pipige.com instead of mailer._domainkey.pipige.com
Anyway, you might want to consult with your web hosting for this.
 
I am not sure how that is going to work, you might need to add the dkim to mailer._domainkey.mw.pipige.com instead of mailer._domainkey.pipige.com
Anyway, you might want to consult with your web hosting for this.


Thank you for your help, I tried to change to mailer._domainkey.mw.pipige.com is already working, thank you very much for your help.
 
Back
Top