• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. O

    Unable to delete "default certificate"

    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...
  2. O

    Unable to delete "default certificate"

    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?
  3. O

    Unable to delete "default certificate"

    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...
  4. O

    Plesk not forwarding e-mail after mailbox full

    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.
  5. O

    Plesk not forwarding e-mail after mailbox full

    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.
  6. O

    Plesk not forwarding e-mail after mailbox full

    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...
Back
Top