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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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...