• 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

    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...
  2. 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.
  3. 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?
  4. 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)
  5. 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?
  6. 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.
  7. M

    Issue Plesk panel is fast EXCEPT when clicking domains

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

    Issue Plesk panel is fast EXCEPT when clicking domains

    What do you click? "Open in web" or "Preview"?
  9. 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")
  10. 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.
  11. 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.
  12. 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...
  13. 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?
  14. 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...
  15. 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.
  16. M

    Issue MySQL TLS enabled: The localhost is not compatible with enabling a secure connection.

    Doesn't plesk connect to the local database via socket? Would make sense that's not compatible with TLS.
  17. M

    Issue Mysql server under pressure (too much ?)

    Please also read the last paragraph on that site: "The considerations in this blog post are for Linux systems that are dedicated for MySQL. For Windows systems or systems that run multiple applications along with MySQL, these observations can be inaccurate." Look into monitoring, check the...
  18. M

    Issue Mysql server under pressure (too much ?)

    Also, 100GB seem excessive, especially when it's 200x innodb_log_file_size
  19. M

    Issue Mysql server under pressure (too much ?)

    You could also just have run mysqltuner without the --host argument ...
  20. M

    Issue The swap usage threshold has been exceeded, every morning at 6:35

    As you can see in /etc/crontab, at 6:25 each script in /etc/cron.daily is started, which does updates, backup, and other plesk tasks. You seem to also have a task like update-slocate running at 0:00 which does some disk I/O and fills the cache. That is not a problem, it's supposed to use...
Back
Top