• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. M

    Issue Let's Encrypt "urn:ietf:params:acme:error:caa" 403 failure

    Have you tried just setting that CAA record? It's best practice anyway.
  2. M

    Issue Plesk hs following a false manipulation

    They wrote they have the backups on the server. Are they in /var/lib/psa/dumps/ on CentOS 7 too?
  3. M

    Issue Server Hacked

    JFTR: Not necessarily. We had an email abuse incident when one of our users didn't have their mail client set to SSL only (shame on outlook for not having that as default). Some WLAN AP must have stolen the unencrypted login data.
  4. M

    Issue Server is permanently down and unavailable

    However, nginx is rather fast doing that. Also keep in mind that a bot might retry if it doesn't get a 4xx error. This would really be a lot easier if plesk had a way to easily integrate varnish. We moved our main site to another server without plesk just so we could add varnish to our site and...
  5. M

    Resolved Problem sending emails to myself

    What does the log say?
  6. M

    Issue Server is permanently down and unavailable

    Are you sure this will help? IMHO limiting the database server memory will only ensure that it definitely fails, which is not really helpful.
  7. M

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    Keep in mind that proxying does not change the request. Which means, what 192.168.1.2 sees is still GET https://test.com/test.
  8. M

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    How did you set that up? location blocks with proxy_pass?
  9. M

    Question Performance Booster settings

    Maybe for variables that can be set from the mariadb cli. Everything that would require a restart of the db server would have a risk of prolonged downtime for a rather small benefit.
  10. M

    Issue Huge performance issues

    The read access time on a hash table grows sublinear with size, but still grows. Write access - to insert new values - is significantly worse. Especially when you have many workers, which you do when every site connects to the same redis. And you usually want persistence for the session cache...
  11. M

    Issue Huge performance issues

    Do I see that right that you have just one redis? You should have a separate redis for each dataset. Especially if the cache is persistent, as redis will block while the cache is saved to disk.
  12. M

    Issue Changing mail password changes the plesk access password too (same password) !!!?

    After a plesk user is created by the mail setup, it shows up in "Users" on the left side. You would delete the plesk user there.
  13. M

    Question DKIM fails with plesk server as relay

    Could you try to send a mail to a domain that is on the relaying server? In that case, it would have to check DKIM, and it'd be very interesting how that turns out.
  14. M

    Question DKIM fails with plesk server as relay

    An extra Received: is normal. Are you sure that's everything that's changed? Any encoding issues, CR/LF conversions? Are you sure it doesn't replace the signature? Do the postfix logs say anything about DKIM? By the way, your plesk is ancient and it seems you don't have reverse DNS properly...
  15. M

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    plesk does not change the way your linux distribution configures ip addresses, so you'd really need to look up your distribution's networking documentation.
  16. M

    Question SPF fail due to wrong IP?

    What IP does google report, then? Does it belong to your vserver provider? Does your provider force smtp connections through a proxy?
  17. M

    Question Being unsubscribed from MailChimp repeatedly

    Does the customer use a browser that has link prefetch enabled? (this is a big security risk when it prefetches links from 3rd party hosts)
  18. M

    Question DKIM fails with plesk server as relay

    Could you try to pick a mail from the exchange outgoing queue and compare to what it looks like after it went through postfix? Is plesk set up to use dkim for that domain?
  19. M

    Resolved One or more IP addresses registered in Plesk are missing from the server's network

    That won't survive a reboot and therefore is just asking for trouble.
  20. M

    Issue Plesk panel is fast EXCEPT when clicking domains

    which view are you using? dynamic or active?
Back
Top