• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. 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?
  2. 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.
  3. 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...
  4. M

    Resolved Problem sending emails to myself

    What does the log say?
  5. 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.
  6. 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.
  7. M

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

    How did you set that up? location blocks with proxy_pass?
  8. 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.
  9. 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...
  10. 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.
  11. 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.
  12. 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.
  13. 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...
  14. 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.
  15. 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?
  16. 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)
  17. 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?
  18. 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.
  19. M

    Issue Plesk panel is fast EXCEPT when clicking domains

    which view are you using? dynamic or active?
  20. M

    Issue Plesk panel is fast EXCEPT when clicking domains

    What do you click? "Open in web" or "Preview"?
Back
Top