• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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