I think I have problems with configuring DNS, or I did not understand the right way to configure it.
This is my situation:
VPS with 1 satitc IPV4
(at the moment) only 1 domain (OVH registar) where i can manage dns settings.
What i do.
In ovh i setup
mydomain.com A (my vps ip)
srv.domain.com A (my vps ip) //srv.domain.com is my hostname
www.mydomain.com CNAME mydomain.com
mail.mydomain.com CNAME mydomain.com
webmail.mydomain.com CNAME mydomain.com
I created a domain named "mydomain.com" and it works.
Now i need to create a subdomain "test" -> test.mydomain.com
i created it but i can not reach it..... i can reach it only adding in OVH (my registar) test.mydomain.com A (vps ip) or test.mydomain.com CNAME domain.com
is it normal? isnt possible to let cwp to manage the dns? how can i do that?