• 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. Martin Dias

    Issue When trying to configure a Mailman 3 list I get a 404 error

    Over SSH, can you check if the module is enabled? apache2ctl -M | grep proxy_uwsgi If you have no output, you can try to enable it: plesk sbin httpd_modules_ctl -e proxy_uwsgi
  2. Martin Dias

    Resolved Install older Node.js versions on plesk

    https://support.plesk.com/hc/en-us/articles/25811034192407-How-to-install-old-version-of-Node-js-in-Plesk-for-Linux
  3. Martin Dias

    Question Error in the panel when selecting a webmailer

    If they add the subdomain webmail manually and make a forward, then it's not a bug that you cannot set up webmail there, since Plesk cannot add a web configuration if it already does exist for something else. But also depends on how they did set up that forwarding.
  4. Martin Dias

    Question Error in the panel when selecting a webmailer

    Under Tools & Settings > Webmail do you have them enabled?
  5. Martin Dias

    Input Implement a generic ACME client for TLS Certificate issuance and automatic renewal

    Hi, we already have these requirements on our radar and are investigating it, at the moment I cannot provide an ETA for it. Thank you for the post
  6. Martin Dias

    Issue Mail Server Certificate Conflict Despite Correct Assignment (SNI Error)

    Ok, I caught the wrong domain on my 1st reply: $ echo "01 LOGOUT" | openssl s_client -connect 212.132.109.245:993 -servername mail.tv-eberbach.de 2>&1 CONNECTED(00000003) 4017145F30750000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s3.c:316: ---...
  7. Martin Dias

    Issue Mail Server Certificate Conflict Despite Correct Assignment (SNI Error)

    From what I can see, you texting the web port for the SSL on mail. That won't give you correct results. Checking the mail port on the IP and domain you provided in screenshots seems that the SSL is correctly provided: $ echo "QUIT" | openssl s_client -connect <redacted>:465 -servername...
  8. Martin Dias

    Question Support for Debian 13 Trixie

    At the moment it is planned for Q4 2025, this might change depending on multiple factors
  9. Martin Dias

    Resolved SSH terminal: "libtinfo.so.6: cannot open shared object file", possibly caused by Centos2Alma migration

    I cannot reproduce it on my side, I suspect that the library is missing or damaged in the template, can you check if its present and if it matches the original? [root@10-69-45-10 ~]# ls -la /var/www/vhosts/chroot/lib64/libtinfo.so.6 -rwxr-xr-x. 2 root root 183208 Oct 29 2024...
  10. Martin Dias

    Resolved Hundreds of Plesk databases crashed in 1 night

    Anything useful in the logs? Probably some update that made some directive invalid.
  11. Martin Dias

    Issue Can't reissue LE certificate

    If the main domain is secured by wild card SSL you can go to the subdomains and assign that same SSL under Hosting Settings
  12. Martin Dias

    Question How to set Backup Manager to run at custom time frames

    If you want to customize the time to that extent, it would be possible over cron: https://docs.plesk.com/en-US/obsidian/cli-linux/using-command-line-utilities/pleskbackup-backing-up-content-and-configuration.74260/
  13. Martin Dias

    Issue plesk not accessible via GUI after restore

    Seems that the database is also corrupted. Do you have any other backups for the databases? Or only the Acronis backups?
  14. Martin Dias

    Issue plesk not accessible via GUI after restore

    In most cases it should be fine to continue as it won't touch websites data, etc.
  15. Martin Dias

    Question How to move domain and all related parts to different user after license downgrade?

    Check the domain if the DNS works fine and if you still can do changes. Also check /var/log/plesk/panel.log to see if there are more details about the error.
  16. Martin Dias

    Resolved Plesk Login for Customers over Subdomain with Certificate.

    One way to achieve this, at least in Obsidian (did not test it in onyx) is this way: Add a subdomain under each customer. I will use here plesk.customer.com as example. Go to plesk.customer.com > Dashboard > PHP Uncheck the PHP Support option Press OK Go to Domains > plesk.customer.com >...
  17. Martin Dias

    Question How to move domain and all related parts to different user after license downgrade?

    You can move it to the admin with: plesk bin subscription --change-owner "example.com" -owner admin Or you can move it to one of your admin subscriptions: plesk bin subscription --merge source-example.com -webspace-name target-example.com
  18. Martin Dias

    Issue Can't upgrade MariaDB

    At the moment, the automatic tool does not yet support automatic fix of the increments being broken in tables. Since some warnings and error can cause big issues if ignored, the tool will not proceed. It might be added in future depending on demand. No ETA or guarantee for such as of this moment.
  19. Martin Dias

    Issue websites not reachable since 2-3 days

    Check and provide us: service nginx status service apache2 status
Back
Top