• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved No DKIM key generated/shown when DNS component is not installed

In 18.0.57 I still cannot see DKIM information. The error when listing domains seems to be related to "Service provider" view. Switching to "Power user" works.
 
The same was happening for me for a domain which already had DKIM active, but had no DKIM keypair yet. After I first turned of DKIM signing and then turned it back on via the CLI, a default DKIM key was generated and the UI now shows an active selector (default) and the "How to configure external DNS" link now shows the public key info again.

The following commands now work again to generate a DKIM keypair:
Code:
sudo plesk bin domain_pref -u <domain> -sign_outgoing_mail false

sudo plesk bin domain_pref -u <domain> -sign_outgoing_mail true

We are using the Service Provider view, FWIW.
 
Back
Top