• 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 Unprotect SSL to protect webmail

hume1991

Basic Pleskian
Good day everybody,

how is it possible with the certificate the "used to protect webmail" cancel? The certificate can not be deleted. Via SSH or Plesk Panel.

SSL.PNG
 
Hi @hume1991 !

This can be done at "Mail Settings" screen of your domain. Make it "Not selected", then remove as usual.

hLnuvXh.png
 
Without webmail component it is not so easy.

I can suggest workaround on your own risk: remove this relation directly from database.
At first let's get know your certificate id. Go to this certificate and you can see its id in the address bar. For example:
/smb/ssl-certificate/edit/id/4/certificateId/3
Here certificate id is 3.

Finally execute following command via ssh but replace <CERT_ID> with your certificate id.
Code:
plesk db -e "delete from dom_param where param = 'webmail_certificate_id' and val = <CERT_ID>"
 
I've created bug for this issue with internal id: PPP-35645. We will fix it in future updates/releases.
Thank you for reporting!
 
Back
Top