• 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

    Issue Legacy version to restore my server

    Should be restorable with a current version. After all, the recommended way to upgrade the OS and Plesk is to migrate/restore, so it has to be able to process older backups.
  2. M

    Issue Legacy version to restore my server

    What kind of backup?
  3. M

    Issue Dist-Upgrade Debian 11 to Debian 12 fails

    try aptitude instead, it should be able to provide suggestions how to fix this
  4. M

    Issue Issues with Nameservers

    I think you have misunderstood something here. The nameservers from the hoster are only relevant for your domains' NS records if they are supposed to be authoritative for those domains (i.e. configured as such at the domain registrar). If your domains and nameservers are at a completely...
  5. M

    Question Getting X-Forwarded-For IP address from behind a nginx proxy server

    Don't forget to set RemoteIPInternalProxy 192.168.2.2 too.
  6. M

    Issue Issues with Nameservers

    No. Hosting of server and domain is separate in principle, you don't have to change the domain registrar when you move your server elsewhere, so this is not a bug.
  7. M

    Question About ports 465 and 587

    I think you have a fundamental misunderstanding how a MitM attack works. In case of such an attack, the attacked user wants to contact the plesk server, but instead contacts the MitM server because someone managed to tweak DNS or routing or whatever. Now why would that MitM server tell the...
  8. M

    Issue Postfix malfunctioning

    And that's exactly what it does. Your user authenticated as user@localdomain.com, and then tried to send as user1@externaldomain1.com. Which was corrected to the address the user authenticated with.
  9. M

    Question About ports 465 and 587

    This is in the context of MitM attack. Why would a MitM require STARTTLS?
  10. M

    Question Change DNS server that plesk internally uses?

    That's the same file you tried this on before (chattr follows the symlink). You are supposed to edit the resolvconf.conf file, like explained in @AYamshanov's link.
  11. M

    Question Relocation of mails on different hard disk for Linux

    What exactly is complaining about insufficient storage? After all, if you haven't removed the old mail spool yet, you haven't gained any space on the root filesystem.
  12. M

    Question How to disable URIBL

    No. You are getting that message because the server detected an incoming mail as spam and lists the reasons for the classification and their respective score. Blocked RBL queries do not count towards the score (they're all listed as 0.0), so it means that mail does already get a high score from...
  13. M

    Resolved Part of nginx config file is being overridden somewhere

    Where did you put that? Directly in nginx.conf, under conf.d/, under plesk.conf.d/ ..?
  14. M

    Question Plesks and Nextcloud and PHP

    Not only cron; those settings are only applied to the respective fpm pool. Generally, you can use /opt/plesk/php/8.3/bin/php -i to view the effective config and the files it got loaded from.
  15. M

    Resolved Log in as root in PuTTY fails but works in Plesk

    Only in so far that you should only be root when necessary and do other tasks with an unprivileged account. However we're talking about Plesk servers where usually the only reason you need to log in at all is to do things you can't do from or repair the web interface, for which you need...
  16. M

    Issue Slow client download speeds for large files

    Does it get faster if you lower the MTU to 1492 or less? If yes, then MTU Path Discovery is broken.
  17. M

    Issue Slow client download speeds for large files

    Did you check whether you're connecting to the website by ipv4? What's your MTU? These are suspicious:
  18. M

    Resolved Log in as root in PuTTY fails but works in Plesk

    No, it isn't. You should, however, use PasswordAuthentication no or at least PermitRootLogin prohibit-password. Make sure your key works before restarting sshd.
  19. M

    Question symbolic link, not working

    Do you have chroot active? Might be better to use relative links ../../../httpdocs/wp-content/uploads
  20. M

    Question exec uses old php version

    On debian/ubuntu I would use update-alternatives to select which php `php` points to, no idea how that works in centos, worst case you'd have to manually overwrite /usr/bin/php with a symlink to your desired php binary.
Back
Top