• 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. N

    Why gaining Facebook Access to the Servers Plesk Admin Panel?

    FYI: http://kb.parallels.com/en/114040
  2. N

    Plesk fails to start : missing shared library

    You're welcome! Glad it didn't break your installation ;)
  3. N

    Plesk fails to start : missing shared library

    Sorry to break it to you, but performing dist-upgrade is not supported by Plesk. You might be able to repair (or break even worse) your installation via: # plesk installer --select-release-current --skip-cleanup --show-components >/dev/null && apt-get update && apt-get dist-upgrade && plesk...
  4. N

    Plesk fails to start : missing shared library

    What were the previous Debian versions?
  5. N

    integrate maldet

    Last time I checked LMD couldn't detect even simplest PHP shells that I can find with grep. Does it make you feel safer to have it? It's installation script is also a horrible mess, IIRC. Also, there is http://plesk.uservoice.com for voting and proposal of features.
  6. N

    Failed to update Panel: Not found source for system packages

    Well... then I don't know why installer got downgraded :) Maybe Debian upgrade explicitly clears some system caches. Anyway, this shouldn't bother you as long as installer works. If you (for some reason) want to explicitly update installer to the latest available version, you may follow my...
  7. N

    Failed to update Panel: Not found source for system packages

    Fritz MichaelG, could you post output of: # mount | grep var Please note that having older version should also be OK as long as you're on Debian release your repos point to.
  8. N

    SSL certificate error with Outlook 2007

    Maybe the issue is that certificate is for www.domain.tld, while Outlook talks to domain.tld or mail.domain.tld?
  9. N

    Enable php 5.4's Session Upload Progress or use HttpUploadProgressModule in Nginx

    A fair warning beforehand: this is not an ideal solution, but it will work. It also forces you to expose Apache to the outer world (but likely you already have it exposed and I bet nothing bad had happened yet). Technically, you don't need to do anything or alter Apache configuration for that...
  10. N

    Enable php 5.4's Session Upload Progress or use HttpUploadProgressModule in Nginx

    nginx doesn't support dynamically loaded plugins/modules, so you'll need to recompile it to add any module. Configuration options nginx was built with are shown via: # nginx -V The problem is of course that on updates your binary will get overwritten. Looks like currently there is no way to...
  11. N

    Failed to update Panel: Not found source for system packages

    Please use forum search more thoroughly. See my latest messages here: http://forum.parallels.com/showthread.php?292111-Debian-7-1-Error-updating-panel-%28automatic-upgrade%29
  12. N

    How to stop Control panel hijacking subdomain:8443 requests

    Do you understand how binding to network ports works? Basically you can't have two different services with the same port-address combination. So you probably would have to switch either tomcat or Panel to another port.
  13. N

    Enable php 5.4's Session Upload Progress or use HttpUploadProgressModule in Nginx

    So... what's really stopping you from using the first method (PHP one)?
  14. N

    Debian 7.1 Error updating panel (automatic upgrade)

    Do as you want. I'd just allow autoupdate to do its work. Otherwise you may conveniently update manually via: # plesk installer install-panel-updates No, this should fix that problem for good. You're welcome.
  15. N

    Debian 7.1 Error updating panel (automatic upgrade)

    The issue is that you essentially have 7.1, but repositories already point to 7.2 and there are no 7.1 packages available anymore. This should be obvious from the installer output.
  16. N

    Debian 7.1 Error updating panel (automatic upgrade)

    Fine. Run following command and be happy: # plesk installer --all-versions --select-product-id plesk --select-release-latest --show-components >/dev/null && plesk installer --version You should see something like "Parallels Installer 3.16.3".
  17. N

    Auto BCC Outgoing Mails Qmail setting?

    It is possible to do so with custom mail handler, for sure. Maybe there is an easier way though - I'm not sure. Please note that in Plesk 11.0.9 custom mail handlers are lost on mail restore and maybe upgrade (unless it's been already fixed by a patch). AFAIK, it is OK in Plesk 11.5...
  18. N

    Plesk 11.5 - Roundcube Mail

    Well, I don't even think you need to buy anything. Basically copying existing skin you like (e.g., "classic" or "larry") to a new folder, changing the logo image, maybe also changing a couple of things here and there to get it working (you would probably need to consult with Roundcube skin...
  19. N

    Plesk 11.5 - Roundcube Mail

    Then how about creating a new skin?
  20. N

    Problem with Plesk SMTP service

    Do you have Outgoing Antispam extension installed? If so, I suggest removing it.
Back
Top