• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

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

    Resolved Mail problem return path

    Is there a blank line before Return-Path:?
  8. 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...
  9. 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.
  10. M

    Issue Backup utility and "Failed to copy files" error about .ssh keys

    No further warnings since that chown.
  11. M

    Issue Mattermost nginx error after changing PHP configuration on another subscription

    So what is upstream? You'll need to tell us that part of the directive ... And check the systemd journal for that upstream service.
  12. M

    Question Subdomain needs own dedicted WAN IP

    You'd have to check /etc/apache2/plesk.conf.d/ (and probably /etc/nginx/plesk.conf.d/) for that. Also, you might have a .htaccess lying around somewhere.
  13. M

    Resolved Password reset request was denied

    Any external email provider is able to read your mail if they choose to, whether they use plesk or not. Why do you think it improves security to just block accounts on the same server in a different subscription? (And blocking all external emails would make the feature rather useless.)
  14. M

    Resolved Password reset request was denied

    Is this the case for any email that is not in the respective customer's domain itself?
  15. M

    Resolved how to use php 8.x in command line (terminal)?

    Or you use update-alternatives to change what /etc/alternatives/php points to.
  16. M

    Issue kernel.panic=10 after upgrade to Obsidian 18.0.57 Update 5

    I'd let the VPS provider check the SSD.
  17. M

    Resolved I am unable to find plesk webmail feature in a newly installed plesk.

    That's not the mail tab Peter meant. Isn't there a "Manage in Customer Panel" link in the dashboard?
  18. M

    Question Watchdog problem

    Logging in would produce even more log entries, so I'm not sure that would improve things.
  19. M

    Issue Backup utility and "Failed to copy files" error about .ssh keys

    Node.js Toolkit shows up under Extensions, no idea when it was (auto)installed. github doesn't.
Back
Top