• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Resolved Unprotect SSL to protect webmail

hume1991

New 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