• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Recent content by floh

  1. F

    Issue SQLmap attack detected (ID: 218500) on blank page

    Hi, I just created new subdomain. I didn't do anything on that page but I already get forbidden 403 code. I found out that Web Application Firewall (builtin from Plesk) threw the error: ModSecurity: Access denied with code 403 (phase 2). Pattern match...
  2. F

    Resolved Curl error: (6) Couldn't resolve host name

    Hi, glad you found out and fixed the issue.
  3. F

    Resolved Curl error: (6) Couldn't resolve host name

    Hi, you're facing different issue than mine. My DNS-Server requested the wrong NS so it was not temporary failure in name resolution. Maybe you should start there...
  4. F

    Resolved Nextcloud installation and scheduled tasks throw "Php handler does not exists"

    Hi Peter, thank you for forwarding the issue to devs. Do you have ticket system which is public an we can track the ticket EXTPLESK-5258? Or is the ticket system closed? Are there workaround how I can install nextcloud on plesk since I have to show a customer how nextcloud looks like on our...
  5. F

    Resolved Curl error: (6) Couldn't resolve host name

    Hi, sorry for the late reply. The issue has been resolved, and it was due to the wrong nameserver (authoritative), which I replaced with the correct one (recursive). Since then, all DNS-related issues have been resolved. Thank you for your replies. Best regards, Floh
  6. F

    Resolved Nextcloud installation - Php handler does not exists.

    Hi everybody, I just tried the Nextcloud extension. Unfortunately, I cannot install the Nextcloud instance because the installation failed at the preparation stage with the error "Php handler does not exists." I attempted the installation on a subdomain with PHP 8.2.13 (FPM-Application Apache)...
  7. F

    Resolved Curl error: (6) Couldn't resolve host name

    You mean /etc/resolv.conf should have those both lines: Not sure if it matters, Plesk is running as primary Nameserver (synced with 2 secondary nameserver on different machine) for the Domains hosted by Plesk. Does it matters? I'll try that at weekend because currently there is a live-event...
  8. F

    Resolved Curl error: (6) Couldn't resolve host name

    Hi, I'm facing multiple issues with the Plesk Server that it cannot resolve while performing daily tasks, such as creating backups. The recurring problem seems to be related to Curl's inability to resolve. For instance, here's an example of the issue I'm encountering: I've already...
  9. F

    Resolved Unintended Additional A/MX DNS Records

    With the help from Plesk support everything is fixed now after he repaired my dns database. Also following command is useful if you want find out which domain contain a record: plesk db "SELECT host, dns_zone_id, type, val, opt FROM dns_recs WHERE type = 'MX' and host LIKE '%example.com%'" Now...
  10. F

    Resolved Unintended Additional A/MX DNS Records

    Hello Peter, thank you for clarifying. As you can see in the screenshot, the DNS service is disabled for the business subdomain. Or did I overlook/misunderstand anything? Should I enable the dns service for that subdomain and see if there is MX record and delete it before disable it again? (In...
  11. F

    Resolved Unintended Additional A/MX DNS Records

    Unfortunately, I'm having difficulties with the tech support. They are testing with the current valid nameserver, which is not the Plesk server itself. I have already told them twice to perform the request directly at the Plesk server. Now they are asking me to contact my domain registrar or...
  12. F

    Resolved Unintended Additional A/MX DNS Records

    Found the ticket request page. Will fill in now.
  13. F

    Resolved Unintended Additional A/MX DNS Records

    businesscard.mydomain.com is a valid subdomain and there the dns-page is disabled as you can see in following screenshot: But this subdomain doesn't matter for this issue for now. This is the dns-page of mydomain.com (it's actually a .de domain but here I masked to mydomain.com due to privacy...
  14. F

    Resolved Unintended Additional A/MX DNS Records

    Hello Peter, root@hosting:~# plesk db "UPDATE dns_recs SET opt = '5' WHERE type = 'MX' AND val = 'mydomain-com.mail.protection.outlook.com.'" root@hosting:~# plesk db "SELECT type, val, opt FROM dns_recs WHERE type = 'MX' AND host LIKE '%mydomain-com%'"...
  15. F

    Resolved Unintended Additional A/MX DNS Records

    Hi Peter, just to be sure you mean change the opt-value by MySQL-UPDATE command'?
Back
Top