• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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