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

    Resolved can't access to plesk dashboard since permissions changed

    Go to Files, locate the file or directory for which you want to set access permissions, and click the arrow in the corresponding row. Click Change Permissions in the drop-down menu. Do the following: To make the file or folder inherit permissions from a parent folder (if it does not), select...
  2. D

    Question Hot wo block smtp port (25) with firewall

    Outgoing mail connections via 25 port are not possible: # telnet mail.example2.com 25 Trying 203.0.113.2... telnet: connect to address 203.0.113.2: Connection timed out Trying 2001:db8:f61:a1ff:0:0:0:80... telnet: connect to address 2001:db8:f61:a1ff:0:0:0:80 Network is unreachable.
  3. D

    Question How to update PostgreSQL on Plesk 12.5

    Connect to a Plesk server via SSH. Create a new PostgreSQL database cluster: # postgresql-setup initdb Start PostgreSQL: # service postgresql start In Plesk, go to Tools & Settings > Database Servers > PosgreSQL > enter Plesk admin password. Make sure that...
  4. D

    Question How to disable services totally

    In Plesk, go to to Tools & Settings > Mail Server Settings. Enable/disable the option Enable mail management functions in Plesk. Click OK.
  5. D

    Question How to disable smarterstats from specific subscriptions?

    Log into your server as the administrator. Using Window Explorer, navigate to the installation folder for the SmarterMail service (by default C:\Program Files (x86)\SmarterTools\SmarterStats\MRS\App_Data\Configservice). Make a backup of the file AppConfig.xml. Open the AppConfig.xml file with...
  6. D

    Issue Xenforo 2 nginx friendly URLs 404 Not Found

    Probably related to the Code: location / { try_files $uri $uri/ /xf/index.php?$uri&$args; } I'm guessing you just forgot to remove that /xf
Back
Top