• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. M

    Resolved Update 18.0.60 on AlmaLinux = high cpu steal value

    Huh? proxmox is on 6.8.4-3-pve.
  2. M

    Issue Error changing from litespeed to apache

    Please read the error message fully. Line 146 loads /etc/apache2/mods-enabled/autoindex.load and complains about line 1 there, which loads /usr/lib/apache2/modules/mod_autoindex.so. Apparently your apache packages are inconsistent. Post the output of dpkg -l|grep apache.
  3. M

    Question Massive price increase for reseller licenses?

    We as paying customers are helping debug stuff that plesk will use to justify price increases.
  4. M

    Question mails that get lost

    Something is weird here. Why did this directory change? Did someone set a redirect between 3. and 4.4.?
  5. M

    Issue Plesk Premium Antivirus update fails

    Would probably be easier to just put one of the working IPs in /etc/hosts.
  6. M

    Issue Plesk Premium Antivirus update fails

    I got a mail on Sunday and Monday, but not today, so maybe it was fixed? Mail has one line more than yours: /etc/cron.daily/drweb-update: ERROR: Dr.Web Updater: failed to download files ! run-parts: /etc/cron.daily/drweb-update exited with return code 103 Side note: Mail comes from...
  7. M

    Question NGINX Unit on server under plesk

    Huh? Certificates should be just updated in-place without changing their names.
  8. M

    Question Add basic auth to login_up.php

    Isn't the panel served by nginx (only)?
  9. M

    Question What to monitor?

    Well, it is, just not targeted. It's become background noise by now.
  10. M

    Question Exclude files from backup (.ssh, directories above httpdocs/)

    see Issue - Backup utility and "Failed to copy files" error about .ssh keys
  11. M

    Question [PPPM-6333] Does Obsidian restore websites with correct dates

    It is stored (birth date), but it can't be modified from user space (intentionally immutable), so there's no way to restore it with tar.
  12. M

    Question Where are mails to root stored and how to forward them to an external address?

    It looks like they bounce, but the bounce notification bounces too, so nothing remains. Normally there should be a line MAILTO="add@ress" so all output of entries below that line will be mailed to that address. Just set a MAILTO= as described above. However it is not recommended to forward to...
  13. M

    Question Methods for Complete Servertransfer

    That's why you let rsync run and transfer the majority of files, then stop the sql server (maybe web- and mailserver too, but those are a lot more resilient than the sql server; however you'll probably get lots of sql server errors in the logs if you keep them running), and run rsync again until...
  14. M

    Issue High CPU usage and poor performance (MYSQL)

    Might also a search engine crawler going through all your listing options. In that case you should probably not ban them if you still want to be found, but instead adjust the robots.txt and declare links to search pages as nofollow.
  15. M

    Resolved Google to soon require ARC for forwarded messages

    The thing is that enabling forwarding to work with spf also allows spamming to work.
  16. M

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    It would be nice to have the maillog processed and checked for certain problems automatically: greylisting problems (reattempt for same mail comes from another ip and is therefore greylisted too, if the domain is not already whitelisted) delivery errors due to spf/dkim/dmarc configuration...
  17. M

    Resolved Error on remote FTP when doing backups

    The reason is that the uploaded file does not exist in the filesystem. It is assembled on-the-fly from the .tar.gz/zstd archives in the domain subdirectory under /var/lib/psa/dumps/domains/. Those already compressed archives are assembled in a streamed tar archive, buffered by the stream cache...
  18. M

    Resolved Mail problem return path

    Is there a blank line before Return-Path:?
  19. M

    Resolved Error on remote FTP when doing backups

    Shouldn't the server respond to APPEnd with the size that already exists on the server? This sounds like the transfer is restarting from 0, which would require the whole stream from the start to be cached, meaning that if the interruption occurs late in the transfer, the start won't be in the...
  20. M

    Resolved Mail problem return path

    Could you post the full headers from Thunderbird (More -> View Source)? Would be very interesting what's before the Return-Path: header.
Back
Top