• 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

    Computer name appearing as name server

    Why?, Its a bug introduced by plesk, and windows DNS is better than BIND. They need to fix the issue
  2. D

    Computer name appearing as name server

    Fixed :P, i forgot to fix that, but glad it will help you out :)
  3. D

    Computer name appearing as name server

    Hi all, This is the script I'm using: $zones = Get-DnsServerZone | Select ZoneName foreach ($line in $zones) { $name = $line.ZoneName.ToString() if ($name.CompareTo("TrustAnchors") -ne 0) { if ($name.Contains("in-addr.arpa") -ne 1) { Remove-DnsServerResourceRecord...
  4. D

    Computer name appearing as name server

    I dont use AD for the server. But i have got a script now that gets around the problem using powershell and got it running every 30 minutes.
  5. D

    Computer name appearing as name server

    No one has any idea on this :( ?
  6. D

    Computer name appearing as name server

    Hi all, Just wondering if anyone can help. When i add a new domain to plesk, it puts in the correct Name servers in, but it also adds the computers name into the list and when getting it checked out from intodns.com it flags it saying missing Name Servers. Into DNS ...
Back
Top