I have enabled DKIM for my domain.
In Cloudflare I have the following DNS records
A [domain].org 198.91.81.12
TXT [domain].org v=spf1 ip4:198.91.80.251 -all
TXT x._domainkey v=DKIM1; k=rsa; p=[value]
When I check in Gmail SPF leads to a PASS, but DKIM to a FAIL.
By the way initially I had the content of the DKIM entry within quotation marks ( "v=DKIM1; k=rsa; p=[value]" ), but as the SPF entry seems to work without them, I also removed them by the DKIM one. It made no difference.
In both cases DKIM ends in failure.
In Cloudflare I have the following DNS records
A [domain].org 198.91.81.12
TXT [domain].org v=spf1 ip4:198.91.80.251 -all
TXT x._domainkey v=DKIM1; k=rsa; p=[value]
When I check in Gmail SPF leads to a PASS, but DKIM to a FAIL.
By the way initially I had the content of the DKIM entry within quotation marks ( "v=DKIM1; k=rsa; p=[value]" ), but as the SPF entry seems to work without them, I also removed them by the DKIM one. It made no difference.
In both cases DKIM ends in failure.