• 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. M

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

    How did you set that up? location blocks with proxy_pass?
  2. 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.
  3. 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...
  4. 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.
  5. 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.
  6. 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.
  7. 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...
  8. 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.
  9. 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?
  10. 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)
  11. 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?
  12. 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.
  13. M

    Issue Plesk panel is fast EXCEPT when clicking domains

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

    Issue Plesk panel is fast EXCEPT when clicking domains

    What do you click? "Open in web" or "Preview"?
  15. M

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

    It's just how it's designed (and it's bad that adding an email account also creates a plesk account unless you uncheck the box "Can be used to log in to Plesk")
  16. M

    Issue Since the last update of plesk all my mails are stuck in the mail queue.

    # host -t MX deurenbergmedia.nl deurenbergmedia.nl mail is handled by 0 deurenbergmedia-nl.mail.protection.outlook.com. So yes, it is normal.
  17. M

    Resolved Mail 'application user' has access to WPT by default

    by the way, I very much dislike that "Can be used to log in to Plesk" is checked by default. Giving a user more rights should be a conscious decision, not a forgotten default.
  18. M

    Resolved Running plesk bin apache --listen-on-localhost true breaks PHP $_SERVER["SERVER_ADDR"];

    Why, the same way it does when apache binds to the server's outside IP instead of loopback? That's what mod_remoteip is for. Like I wrote already, this is a misconfiguration of mod_remoteip. It must be told which servers set a trustworthy X-Forwarded-For:, otherwise anyone could make a request...
  19. M

    Resolved SECURITY - attack surface : ports 7080 and 7081

    Must be a misconfiguration of mod_remoteip. At the end of /etc/apache2/plesk.conf.d/server.conf, there needs to be 127.0.0.1 added to the line RemoteIPInternalProxy. @Peter Debik is that enough to forward to dev or should I open a bug?
  20. M

    Question Spammer in the server, how to find him

    However in that case they wouldn't show up in the maillog. Something tries to send a mail but gets rightfully rejected. Thankfully they're stupid (if they used a local mail address for the From, it wouldn't get blocked as Relaying). As it gets rejected right at the start of the SMTP dialog...
Back
Top