Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
I figured it out!
I went into the psa database in MySQL.
select id, name from certificates;
This told me that "default certificate" has id 2.
Then I checked the following:
select dom_id from hosting where certificate_id=2;
Empty Set
select certificate_id from subdomains where...
I did see that article in the KB.
It says:
In order to remove the certificate, it should be detached from the domain first:
Since this is the default server certificate, which domain does it mean? Can I get a list of domains using the certificate from the database?
Hi,
My default certificate expired recently. I created a new certificate "default certificate 2".
I used this certificate for "Secure the Panel"
I went to "Tools and Settings" -> "IP addresses" and made this certificate the default for all the IPs.
On the page "Tools and Settings" -> "SSL...
This is the output that I get. However, the behavior is still abnormal. For now, I have set up a scheduled task to clear out the contents of ./Maildir/new when its size is over quota.
Hi Alexey,
How do I enable mail quota checking on the SMTP stage?
Edited to add: you were correct - the temporary solution that I used by switching around the forwarding and delivery lines was overwritten when Plesk was updated again.
I'm running Plesk 11.0.9 Update #62, using postfix as my mail service
Here is the problem: postfix does not execute the other commands in the .qmail file if the deliverquota command fails. If my .qmail file looks like this:
| true
| /usr/bin/deliverquota ./Maildir
&some@mail.com
Postfix will...