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

    ColdFusion 10 Support

    Have you selected "Default Web Site" for IIS Web Site during CF installation? Like it was described here: http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.5-win-advanced-administration-guide/index.htm?fileName=51557.htm
  2. I

    ColdFusion 10 Support

    Press "Refresh" button. It is needed for Plesk to refresh server conponents and to define CF was installed. After CF install Panel will not detect it until components will be refreshed.
  3. I

    ColdFusion 10 Support

    Have you entered CF password in Panel? Tools & Settings > Server Components > ColdFusion 10 Login Password
  4. I

    how to show "all domains" after login

    Panel 11.5 store this parameter with cookie in your browser. So, if you use one browser you will not have to set it again and again every time you login to Panel.
  5. I

    Plesk 11.5 Preview

    http://www.parallels.com/download/plesk/11.5
  6. I

    Plesk 11.5 Preview

    To upgrade Panel you do not need to dist-upgrade OS. Panel 11.5 support suse 12.2 as well.
  7. I

    Plesk 11.5 Preview

    Plesk Panel does not support upgrade of OpenSuse from 12.2 to 12.3. It's preferable to use migration/transfer in this case.
  8. I

    PHP not working on one webspace after SSL cert update!

    Try /usr/local/psa/admin/bin/httpdmng --reconfigure-domain <domain_name> and check the result. Domain config should be reconfigured according to subscription hosting settings. Please, provide us following information of environment you are using: OS OS architecture Panel version build number...
  9. I

    Cronjob + Chroot Problem

    sysuser has (or has no) access to server independently with cron tasks. The users cron tasks always created under chrootsh environment for security reasons. At the same time, user may have(or have no) ssh access to server because it's independent and different permissions. You may set all these...
  10. I

    roundcube fileupload failure

    Nikolay wrote correct permissions in the previous post. Also you should set safe_mode = Off in php.ini: /etc/psa-webmail/roundcube/php.ini
  11. I

    can not remove protection from directory

    directory listing is disabled and you have no index file there, so what are you going to see? So the Forbidden error just means you cannot see the content, but you've been successfully authentificated. Put some index.html file and open folder with browser http://domain.tld/prot_dir and you...
  12. I

    DNSBL on port 587

    Panel 11.5 add the permit_sasl_authenticated and permit_mynetworks flags to the smtpd_client_restrictions line. # cat /etc/postfix/main.cf |grep smtpd_client smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_rbl_client host1.tld, reject_rbl_client...
  13. I

    All non existent sub-domains redirect to the first made subscription (nginx)

    Please make sure you haven't set up the default website value for your IP address. If so, then change it to "none". (Tools&settings -> IP addresses -> <Your_IP>) The following thread may also help you: http://forum.parallels.com/showthread.php?286968-subdomain-domain-prefix-bug
  14. I

    Plesk 11.5 Preview

    This functionality is not realized in Plesk. We have no ready solutions for configuring and we do not guarantee such configuration will not break Plesk mail system if you will try to set up it. Anyway, if you're still going to realize it then it is better to ask postfix team (www.postfix.org)...
  15. I

    Plesk 11.5 Preview

    Hi, LegionFX! The logic is following: Mailbox user is not the same as Panel user. On Subscription Control Panel you can see tabs "Mail" and "Users". On "Mail" tab you can create mailbox and on "Users" tab you can create users to login CP. Plesk 11.5 has additional checkbox on mailbox...
  16. I

    Forbidden access for /var/www/html?

    # grep -iRne "Alias /mrtg" /etc/httpd/ /etc/httpd/conf.d/mrtg.conf:6:Alias /mrtg /var/www/mrtg /etc/httpd/conf/httpd.conf:1014:Alias /mrtg "/var/www/html/mrtg"
  17. I

    subdomain/domain-prefix bug?

    Azurel, looks like your IP address has been set up with default website value equal to "domain1.tld". //The first created domain marked as defaulf for dedicated IP address, if your IP has type "shared" then it wont't be. Also, DNS includes wildcard record for the second domain. Try this...
Back
Top