Jump to content

Recommended Posts

Posted

I just ran a Spam test on my domain and one of the more critical issues is:

DomainKeys Identified Mail (DKIM) is a method for associating a domain name to an email message, thereby allowing a person, role, or organization to claim some responsibility for the message.

The DKIM signature of your message is:

	v=1;
	a=rsa-sha256;
	c=relaxed/relaxed;
	d=ookma-kyi.tech;
	s=default;
	t=1726690962;
	bh=<retracted>;
	h=From:To:Subject;
	b=<retracted>

Your public key is:

"v=DKIM1;
\"p=<retracted>;
\"
"

Key length: 1024bits

Your DKIM signature is not valid

I literally copied and pasted the text from Active DKIM Selector into CloudFlare default._domainkey txt record.

Any ideas?

Posted

Did the entire key copy and fit in the TXT record? Plesk often generates DKIM keys that are longer than normal, and a lot of DNS providers require extra steps to make them fit since they often exceed 255 characters, in which case you have to break them into multiple rows in the same record.

Also, be sure not to turn DKIM off once you configure it unless you want to regenerate the key.

Posted
On 9/19/2024 at 1:25 PM, wolstech said:

Did the entire key copy and fit in the TXT record? Plesk often generates DKIM keys that are longer than normal, and a lot of DNS providers require extra steps to make them fit since they often exceed 255 characters, in which case you have to break them into multiple rows in the same record.

Also, be sure not to turn DKIM off once you configure it unless you want to regenerate the key.

Just tried resubmitting it as there might have been a hard return in between the public key. I'll keep you updated on the issue as progress occurs.

Posted

DKIM value looks good now on my side. Let us know how it goes.

C:\Users\Owner>nslookup
Default Server:  UnKnown
Address:  2601:41:c080:e21:1691:82ff:fec5:a840

> set type=txt
> server 1.1.1.1
Default Server:  one.one.one.one
Address:  1.1.1.1

> default._domainkey.ookma-kyi.tech
Server:  one.one.one.one
Address:  1.1.1.1

Non-authoritative answer:
default._domainkey.ookma-kyi.tech       text =

        "v=DKIM1;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhTtmczF3anobF3FwdLX0mjGigHE6PWbNo+lxA4Ekq73PnOZNP68yWjfuk78qaHVg3KFkQnJPOCsBAeAROStfiCiHrvAnNgZVHLgnW1sfIdmSm61USQAwaYz17bkBS6UNhekZNwn/SVLSjPBGcUeOye639HlmWUc8fxSkjzucqgQIDAQAB;"
>

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...