• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

DNS Settings

G

graeme wingate

Guest
Hi Guys,

I am having some problems with certain domain extensions using plesk.

For example I have domain names that resolve fine if they are .co.uk, yet when they are .org.uk or .com's they don't resolve.

Has anyone had this problem before, these are the settings I have for the server dns files

<domain>. NS ns1.donate.org.uk.
<domain>. NS ns2.donate.org.uk.
<domain>. NS ns1.greywing.co.uk.
<domain>. NS ns2.greywing.co.uk.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx -all
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns.<domain>. A <ip>
webmail.<domain>. A <ip>

any help is appreciated.

Thanks
Graeme
 
If you have correct zone for .com domain, for example, make sure that zone file exists and successfully loaded. You can check it with named service restarting and investigation /bar/log/message log file. Try to check resolving directly on server with

host domain.com localhost
 
Back
Top