Unable To Verify DNS Configuration From SendinBlue

ald3an

New Member
Hi,

I need help here.
I tried to add new TXT record in my DNS settings.

All went well except for one.
Set TXT (DKIM) record for "mail._domainkey.microstylist.com"

I did the same thing just like the other 2 but it didn't get the status Configured like the other 2.
I need to know what can I do to solve this problem. Anyone can help me?

Greatly appreciate it! I checked logs too but nothing's wrong.
 

Real Residual

Active Member
What is the error you are getting?
What DNS server are you using?

Here's what I found using Cloudflare as DNS.
Most likely there is a line break of some sort when you copy/paste the DKIM code into your DNS server. I would just copy the long content part into a notepad and make sure it's one long line with no line breaks in it. If you see 2 lines or more then backspace at the beginning of the new line and combine it with the first line. Do this for all new lines. Once you have one with no line breaks, then copy over to your DNS. Look below and you should see line breaks between X 6, and 2 H.

Code:
    "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxTImf+fn7LtAKMyMFG77654XBz8C3mHk74ocgjAQB816h7WjK9FQhD+UOfqP0Vrm43f5ogpe9tyTCkOV9LQw8ZrX
6IVPT09zhsSGN790m2EVy4IPe6iUy237wviK9dSIg4P5hWn0XBfOqNvE+2ykIxBYRtvv/6Ovx9DTUYrj2EhpNoRXQCgtMgYte8ARIgFl62LD2KiusI5A7nEyuIeuhE3i16gyebGPOFKyxBFDB1bgt2
HF45ttghUr6wod/1rwGXFr16ncyzjuBAheHt4vEPmOID5lwgHKxJZppeerdmBx2di2/yFCgsCAn4Fr93dhKLyyffrMcjvo8dJJnz29wIDAQAB"
 

ald3an

New Member
What is the error you are getting?
What DNS server are you using?

Here's what I found using Cloudflare as DNS.
Most likely there is a line break of some sort when you copy/paste the DKIM code into your DNS server. I would just copy the long content part into a notepad and make sure it's one long line with no line breaks in it. If you see 2 lines or more then backspace at the beginning of the new line and combine it with the first line. Do this for all new lines. Once you have one with no line breaks, then copy over to your DNS. Look below and you should see line breaks between X 6, and 2 H.

Code:
    "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxTImf+fn7LtAKMyMFG77654XBz8C3mHk74ocgjAQB816h7WjK9FQhD+UOfqP0Vrm43f5ogpe9tyTCkOV9LQw8ZrX
6IVPT09zhsSGN790m2EVy4IPe6iUy237wviK9dSIg4P5hWn0XBfOqNvE+2ykIxBYRtvv/6Ovx9DTUYrj2EhpNoRXQCgtMgYte8ARIgFl62LD2KiusI5A7nEyuIeuhE3i16gyebGPOFKyxBFDB1bgt2
HF45ttghUr6wod/1rwGXFr16ncyzjuBAheHt4vEPmOID5lwgHKxJZppeerdmBx2di2/yFCgsCAn4Fr93dhKLyyffrMcjvo8dJJnz29wIDAQAB"


I didn't get any error. Instead it is still showing unconfigured. I have checked, there was no line break.

upload_2017-11-20_22-3-3.png
upload_2017-11-20_22-3-23.png
 

Real Residual

Active Member
The "name" field is wrong in your DNS setting.

You have microstylist.com. According to your record, it should have been "mail._domainkey.microstylist.com"
 
Top