• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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