• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Enabling subdomain

stefanoostwegel

Basic Pleskian
I am using plesk 11 on CentOS isntallation on a VPS.
I am trying to create a subdomain wich is not working.
So far i have tried the following:
In my DNS zone management i have made the following rule:

*.<domain>.
A
<ip>

*.<domain>.
AAAA
<ipv6>

Then i create in website and domains a subdomain, using a correct root folder.
It doesnt matter how hard i try, no matter what, the domain is not enabled.
I hope this is enough information about my issue to help me solve it, any additional information can easily be given.

Thank you in advance,
Stefan
 
Last edited:
Is there anyone who can tell me what to do?
This is a list of my dns settings. I really need your help.

*.<domain>. CNAME <domain>.
<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. AAAA <ipv6>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx -all
<ip> / 24 PTR <domain>.
<ipv6> / 64 PTR <domain>.
ftp.<domain>. CNAME <domain>.
ipv4.<domain>. A <ip>
ipv6.<domain>. AAAA <ipv6>
mail.<domain>. A <ip>
mail.<domain>. AAAA <ipv6>
ns.<domain>. A <ip>
ns.<domain>. AAAA <ipv6>
webmail.<domain>. A <ip>
webmail.<domain>. AAAA <ipv6>
 
Back
Top