• 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

Recent content by Maarten

  1. M

    Issue Plesk- Wake up please!

    That's why I usually tell newbies to the Plesk environment to turn off auto updates. What you're doing is a bit overkill, IMHO. You shouldn't have to that, just wait at lease 4 weeks or stay a full release behind, which is the same as 6 weeks. If you're using a VPS, make a snapshot before the...
  2. M

    Issue Plesk- Wake up please!

    Haha, yeah, you’re right, we’ve asked Plesk many times for more control over the update regime, but they simply don’t want to go that way. That’s exactly why I built this, a small, peaceful rebellion that still keeps things stable and predictable for server admins. So, let's do this. I'll...
  3. M

    Issue Plesk- Wake up please!

    On second thought, I think it’s something Plesk should handle. It’s not complicated to build, and since all updates come from autoinstall.plesk.com and its mirrors, Plesk would have better control over timing and repository load if they implemented it themselves. Still, it would be great if we...
  4. M

    Question How to read or import e-mails from a Plesk backup (best practice)?

    You might want to correct the time/date of the emails using this script: #!/bin/bash for i in `ls` do # Find the date field and then remove up to the first space (Date: ) DATE=$(grep '^Date:' $i | head -1 | cut -d' ' -f1 --complement) # Create a timestamp from the date above...
  5. M

    Issue Plesk- Wake up please!

    Yeah, I tried that, but that's a bit too much work ;-)
  6. M

    Issue Plesk- Wake up please!

    I wrote a script that keeps my Plesk servers exactly one full release behind. It checks the official RSS feed for new releases and compares it with the installed version. When the server is two full releases behind, it automatically updates to the next one.
  7. M

    Question The future of mailing list management?

    Fair point — Sympa definitely has some legacy Perl code in it. But since it’s an open-source project (https://github.com/sympa-community/sympa), maybe that’s actually a good opportunity for experienced Perl developers like you to help modernize it. Your 20+ years of Perl experience could make a...
  8. M

    Question The future of mailing list management?

    I don’t quite understand why Mailman is still being used, considering it’s quite outdated. There are more modern alternatives available, such as Sympa - Mailing List Management Software - Sympa
  9. M

    Issue Unable to send emails using SMTP

    Did you see this? "You can still get Plesk Support if your license does not include Plesk support. It's free for the first month. Just follow the link to the store and don't forget to cancel it when the issue has been solved."
  10. M

    Issue Unable to send emails using SMTP

    I suggest that you contact the Plesk Support Team: https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk You can still get Plesk Support if your license does not include Plesk support. It's free for the first month. Just follow the link to the store...
  11. M

    Resolved Missing HTTP_HOST causes incorrect URL generation in WP Toolkit

    Thank you for the detailed response and clarification regarding the positions of NGINX and PHP developers. However, my main point was not addressed: the WordPress ticket (#34353) has been open for 9 years, and the issue lies in how WordPress handles $http_host. Given that WordPress is one of...
  12. M

    Issue When Mail Domain SSL Renews The Cert Reverts To domain.tld

    This is a well-known issue that has been discussed frequently on the forum. Unfortunately, it doesn't seem like a solution will be available in the near future. Hopefully, Plesk will consider addressing this at some point, as it's been a recurring request for quite some time.
  13. M

    Question Understanding Plesk backups

    The Tools & Settings > Backup Manager > Schedule page is where you define what should be included in the backup.
  14. M

    Resolved Missing HTTP_HOST causes incorrect URL generation in WP Toolkit

    This is what I get from Plesk Support, no real solution, only telling "this is not a Plesk problem" and "you don't have to use WP + Nginx": --- After reviewing the situation, I would like to clarify why Plesk will not be addressing this issue directly. Here are a few key points to consider...
  15. M

    Issue Unable to send emails using SMTP

    You get this error message because the outgoing mail server is refusing to relay your email. This typically happens when authentication is not set up. To fix this, configure the program to authenticate on the outgoing mail server by providing the email address and password associated with the...
Back
Top