Hello,
I've been through the Plesk admin guide as well as these and other forums for countless days trying to resolve this issue, unfortunately with no luck. After upgrading to Plesk 9.3 I cannot get the nameservers to work. The same nameservers worked fine in Plesk 8, so I'm not sure what I've done wrong.
I have in the DNS Zone Template -> DNS Settings
Under Domains -> theshadowsembrace.com
After adding these records I reboot the entire server to be sure everything has restarted. No errors in the logs. I'll wait up to 24 hours and the nameservers still don't respond. If need be I'll post the zone and named.conf files. Anyone have an idea what I might be doing wrong? Unfortunately I have several domains sitting idle right now because I can't get this to work.
I've been through the Plesk admin guide as well as these and other forums for countless days trying to resolve this issue, unfortunately with no luck. After upgrading to Plesk 9.3 I cannot get the nameservers to work. The same nameservers worked fine in Plesk 8, so I'm not sure what I've done wrong.
I have in the DNS Zone Template -> DNS Settings
Code:
<domain>. NS ns1.theshadowsembrace.com.
<domain>. NS ns2.theshadowsembrace.com.
<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>
webmail.<domain>. A <ip>
Under Domains -> theshadowsembrace.com
Code:
66.148.68.119 / 24 PTR theshadowsembrace.com.
ftp.theshadowsembrace.com. CNAME theshadowsembrace.com.
mail.theshadowsembrace.com. A 66.148.68.119
ns1.theshadowsembrace.com. A 66.148.68.119
ns2.theshadowsembrace.com. A 66.148.68.119
theshadowsembrace.com. NS ns1.theshadowsembrace.com.
theshadowsembrace.com. NS ns2.theshadowsembrace.com.
theshadowsembrace.com. A 66.148.68.119
theshadowsembrace.com. MX (10) mail.theshadowsembrace.com.
theshadowsembrace.com. TXT v=spf1 +a +mx -all
webmail.theshadowsembrace.com. A 66.148.68.119
www.theshadowsembrace.com. CNAME theshadowsembrace.com.
After adding these records I reboot the entire server to be sure everything has restarted. No errors in the logs. I'll wait up to 24 hours and the nameservers still don't respond. If need be I'll post the zone and named.conf files. Anyone have an idea what I might be doing wrong? Unfortunately I have several domains sitting idle right now because I can't get this to work.