imimbergman Posted August 19 Posted August 19 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?
MoneyBroz Posted August 20 Posted August 20 This support request is being escalated to our root admins.
wolstech Posted August 20 Posted August 20 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.
imimbergman Posted August 21 Author Posted August 21 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?
wolstech Posted August 21 Posted August 21 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.
wolstech Posted August 21 Posted August 21 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;" ) ~
Recommended Posts