• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. M

    Issue Relay access denied for root mails

    Assuming this is a v6 problem, that should be ::1/128.
  2. M

    Issue 404 Server Error on slugs

    Waaait ... that's an nginx error. htaccess won't help there because nginx doesn't touch htaccess. Were those websites mistakenly set to nginx only instead of nginx proxy to apache?
  3. M

    Issue Schedule backups are missing database

    Could you please screenshot what exactly you selected?
  4. M

    Issue Out of memory but plenty of memory

    You seem to have a fundamental misunderstanding how VPS work. When memory allocation is dynamic, your provider might have underprovisioned/overbooked the VPS host and not actually have enough physical memory to guarantee you these 8GB. Probably another tenant on the same VPS host started to use...
  5. M

    Issue Legacy version to restore my server

    But you didn't restore the Plesk backup with Plesk?
  6. M

    Issue Issues with Nameservers

    Probably yes. Does any of the nameservers you configured in Plesk, old or new, show up there?
  7. 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.
  8. M

    Issue Legacy version to restore my server

    What kind of backup?
  9. M

    Issue Dist-Upgrade Debian 11 to Debian 12 fails

    try aptitude instead, it should be able to provide suggestions how to fix this
  10. 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...
  11. 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.
  12. 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.
  13. 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...
  14. 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.
  15. M

    Question About ports 465 and 587

    This is in the context of MitM attack. Why would a MitM require STARTTLS?
  16. 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.
  17. 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.
  18. 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...
  19. 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/ ..?
  20. 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.
Back
Top