Jump to content

Recommended Posts

Posted

Hello!

I am trying to configure DKIM for my domain, heej.se, which uses Cloudflare for its DNS.

In the Plesk Mail Settings, when I enable DKIM and click "How to configure external DNS," the necessary records are not displayed. The "Create New DKIM Selector" button also does not reveal the records.

As you can see in the attached screenshot, the area where the records should appear is blank, even with the "Create" window open.

Could you please provide the two required DKIM TXT records for my domain so I can add them to Cloudflare?

Skärmbild 2025-08-19 204550.png

Skärmbild 2025-08-19 204336.png

Posted

In that create DKIM selector box, type "default" and click Create.

After that, there should be a (?) next to the DKIM options that shows the DNS records.

Posted

Thanks!
I check the box "DKIM spam protection system to sign outgoing email messages" and click "Create New DKIM Selector". I type in "default" (see screenshot 1) and click "Create". After that, it looks like screenshot 2, I see the blue (?) circle next to the text but when I click it a box with instructions appear but not DKIM reords. If I press Apply, it says "This option is not supported." as in screenshot 3.

Have I missed something?

image.thumb.png.24253ec0de71fcec4a5e4b797efcecdc.png

image.thumb.png.4a2c6c01229ccf13dbb2a1e8fcab1845.png

image.thumb.png.1a2244784507cce3d039e03fa93992ea.pngimage.thumb.png.1a2244784507cce3d039e03fa93992ea.png

Posted

Well that's...interesting. I get the same 'Not supported' message on the admin side too via Plesk.

I was able to turn it on via the script we use for our DNS though. The records should be in there now for you.

 

Posted

These are the lines for email config from your zone file if you still don't see them in Plesk.

You'll need to combine the DKIM key back into one line to add it to CF since it's broken up across two lines due to length here.

heej.se. 14400 IN TXT "v=spf1 ip4:64.62.151.106 ip6:2001:470:1:1ee::2009 ~all"
_dmarc 14400 IN TXT "v=DMARC1; p=quarantine"
_domainkey.heej.se. 14400 IN TXT "o=-"
default._domainkey.heej.se. 14400 IN TXT ( "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqxEnQGWUVuqpHa7mAyyLaduwDLLvyFaMKhkdHw286tL2E0nSpIr+qDtIt92iTHRQyQuOab3ZEa2Rk1aLPWvVURvkw8cMGq6IMr9/5QwaCw0mVZ81uvANEpAvZNnGl5WoxMwa3hYXldEVwSNozQ2NskBHu/FYnviduQODNqKecdyI1mB2EF3GMovI0QP9dMF0S"
"0XxmtQ3IzJKv1qruYUjwzZjyBV4Rus2Q5FlFtCrENHs1IcDNuUVwEWfq7osqDe2UhJjWGb1yzK4PQKQm9ez2PVWq/ZvS0aJ/gIi7XHJJ4aLwmct0DQjko0fxLsTmiq70AGdNe25wrY0+9MTdsl5owIDAQAB;" )
~

 

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...