• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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