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

    Issue Auto SSL/TLS support

    Hi modit, this probably is configured in the service plan you are using. Change your plan and try again. Sometimes the redirect is selected and greyed out, then select SSL support first to enable it.
  2. P

    Question API data not showing in web page

    We need more information in order to help you. Please have a look at your logs files and look for a clue.
  3. P

    Forwarded to devs psa-firewall /usr/local/psa/var/modules/firewall/firewall-active.sh: line 140: [: too many arguments

    User name: Paul Hermans TITLE psa-firewall /usr/local/psa/var/modules/firewall/firewall-active.sh: line 140: [: too many arguments PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian Version 18.0.25 Update #2 CentOS Linux 8.1.1911 (Core) PROBLEM DESCRIPTION when...
  4. P

    Resolved the .well-known / acme-challenge folder is protected by a username

    Do you have a link or a screenshot of the page you get when accessing the Lets Encrypt validation file? So we can see what kind of login screen you get? For example: https://yourdomain.tld/.well-known/acme-challenge/Y73s3McbchxLs_NklRfW6HebjYrBmbVeKm0c9jbn3QI
  5. P

    Issue Mail autodiscover doesn't work for Outlook 2019

    I can't get it to work here. Windows 2019 + Plesk 18.0.25 I have setup a test domainname with SSL configured and autodiscover enabled. And added a mailbox. Outlook Office 365 Version 2002 (Build 12527.20278) This is currently the most recent version I click in Outlook: File > Add account I...
  6. P

    Input Dynamic list feedback

    Survey completed. I like the colorful icons of the Active view and our FAQs on the website are based on the Active view.
  7. P

    CentOS 8 support

    This topic is about "CentOS 8 support", maybe you should start a new topic about Debian 10.
  8. P

    CentOS 8 support

    Yeah! We are going to prepare a Plesk-Centos8-Master server used for cloning. Who is using this cloning method too?
  9. P

    Resolved url with 'bin' in go to 404 error

    The /bin/ folder is used within the ASP.NET Framework and get's extra protection via the hidden segments. If you don't use the bin folder this way you can remove it in IIS from the request filtering. Everything ok now :)
  10. P

    Issue Lets Encrypt Wildcard Certificate used by Webmail is unset after renew

    I have a workaround to fix this: 1) Login Plesk 2) Go to "Tools & Settings" > "Event Manager" 3) Click "Add Event Manager" Event: SSL/TLS certificate on webmail assigned/unassigned User: Plesk Administrator Command: plesk bin domain_pref --update <new_domain_name> -webmail_certificate "Lets...
  11. P

    Resolved php_interbase.dll

    What exactly have you tried? Have you tried Google to find the file? What did you find?
  12. P

    Resolved php_interbase.dll

    You could solve this two ways: 1) remove module from php5.6 php.ini Or 2) download this DLL somewhere and put it in the specified location Greetings from The Netherlands :)
  13. P

    Question Trying to get DotNetCore 3.1 site to work

    What Error do you get? And what options do you choose when publishing the application?
  14. P

    Issue Web Deploy Publishing fails

    This still is an issue today with a fresh installed Windows Server 2019 + Plesk Obsidian 18.0.24. Plesk please have a look at this.
  15. P

    Issue Lets Encrypt Wildcard Certificate used by Webmail is unset after renew

    This is indeed very anoying, I hope Plesk can fix this very soon. See here: [BUG] Unable to secure MailEnable webmail on Plesk server with Let's Encrypt certificate: Securing "mewebmail" webmail service is not supported And here: Question - Securing "mewebmail" webmail service is not...
  16. P

    Issue DKIM Signing not an option

    What Mailserver did you install on this server? Is it MailEnable 10.x?
  17. P

    Question Trying to get DotNetCore 3.1 site to work

    Have you installed the 3.1 runtime Hosting Bundle on the server? https://dotnet.microsoft.com/download/dotnet-core/3.1
  18. P

    Issue Certificate issue with web deploy using wrong Service URL

    Good question, I didn't find it in the panel.ini. Maybe the template file is somewhere in the Plesk installation folder?
  19. P

    Question Monitoring of IIS Application Pools

    We have a Powershell script that checks if an Application pool goes offline, starts it en sends an email to admin. To get you started, here is the core of the script: $stoppedpools = Get-IISAppPool | Where-Object{$_.State -like "Stopped"} | ForEach-Object {$_.Name} foreach ($apppool in...
  20. P

    Question Disable DCOM on windows server 2016 running plesk onyx

    Hi daadaa, we disabled DCOM on about 10 Windows Servers without any issue. So I think its not a problem. When you have a problem you can enable and reboot and then migrate to a Windows Server 2019 machine. We only had troubles with our monitoring via WMI and switched to SNMP. Greetings Paul
Back
Top