Problem With DNS TXT records

What is the name of the domain?

What is the issue you’re encountering

Dear Support, we have a service mindbox, they provide as config for DNS TXT records, we put it here, but nothing not working! for domain levelkitchen.com! Please help us

What feature, service or problem is this related to?

DNS records

You have entered the Yandex verification record in the wrong place:

% dig +short txt levelkitchen.com.levelkitchen.com
"yandex-verification: b9e04763ed7f4985"

The “name” of the TXT record should be @

Also, you have two SPF records. You can only have one, and by having more than one mail servers will ignore the records entirely. They will not attempt to figure out your actual intentions by merging multiple records.

You could replace the two SPF records with the following:
v=spf1 include:_spf.mindbox.ru include:_spf.google.com ~all

Thx, i change it, and now we wait for update dns!

% dig +short txt levelkitchen.com
"2021052608324426x0bwxa0nuw9pc7bowie0k3e4ej217a6b2matxdwk0b8eqhj8"
"yandex-verification: b9e04763ed7f4985"
"google-site-verification=lk2vDqkFl4JDwThjPI7PNLdVGwNpfzA9dqi9iIOVO0o"
"v=spf1 include:_spf.mindbox.ru include:_spf.google.com ~all"
"google-site-verification=VvqXW2_SZXqHRvwNJznnC_sDoIylomwUS4SzrSy0l60"

Is your issue resolved?

The situation as the same! its not working! what we can do another?

No, note resolved! they send us below config
_domainkey o=~
mindbox._domainkey.mail2 k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXDfl50Kx/1YREjO/LO0XsTL1sR4v82hTmRcMCemQztNLH73HbV+HiOMM+KlfdtZ2LzzqwzyCZxPoo31Axad3EbTfI2TBseJxwjUlxdmMewnwu87rnlyqea8AyEbAJpm4dTgNSTfw716+RGO69SxfEpzyqXNJ8+PsvUj/k+mT7FQIDAQAB

You are currently delegating the mail2 subdomain to different nameservers:

mail2.levelkitchen.com. 300     IN      NS      gns194a.sendsay.ru.
mail2.levelkitchen.com. 300     IN      NS      gns194b.sendsay.ru.
mail2.levelkitchen.com. 300     IN      NS      gns195a.sendsay.ru.
mail2.levelkitchen.com. 300     IN      NS      gns195b.sendsay.ru.
;; Received 160 bytes from 172.64.33.197#53(lloyd.ns.cloudflare.com) in 7 ms

Either delete those NS records or create your DKIM record on those nameservers.

Do you actually want to send emails from [email protected]?

Thank you! Problem is resolved!

1 Like