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;"
>

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...