• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Search results

  1. 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.
  2. 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...
  3. 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.
  4. 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.
  5. 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.
  6. 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...
  7. 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.
  8. 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?
  9. 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)
  10. 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?
  11. 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.
  12. M

    Issue Plesk panel is fast EXCEPT when clicking domains

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

    Issue Plesk panel is fast EXCEPT when clicking domains

    What do you click? "Open in web" or "Preview"?
  14. 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")
  15. 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.
  16. 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.
  17. 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...
  18. 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?
  19. 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...
  20. M

    Issue Email forwarding doesn't work

    Why? Everything you could alter in your SPF or DMARC configuration would only affect the ability to (elsewhere) forward mails originating from your domain, and wouldn't help at all with mails from other domains forwarded by yours.
Back
Top