Allow CNAME to point to another CNAME
Allow CNAME records to point to another CNAME record. Currently it is not possible to do so in Plesk and shows the error:
Error: Incorrect combination of DNS records is present in the DNS zone.
We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
-- PD
-
Marc Landmann commented
Example:
A bunch of CNAMEs is pointing to the dynamic IP address of server 1.
smtp.mydomain.org -> myserver1.dynamic_dns_service.org
pop.mydomain.org -> myserver1.dynamic_dns_service.org
www.mydomain.org -> myserver1.dynamic_dns_service.org
video.mydomain.org -> myserver1.dynamic_dns_service.org
ftp.mydomain.org -> myserver1.dynamic_dns_service.orgNow you want to redirect all services from server 1 to backup server 2. You would have to change all DNS entries.
smtp.mydomain.org -> myserver2.dynamic_dns_service.org
pop.mydomain.org -> myserver2.dynamic_dns_service.org
www.mydomain.org -> myserver2.dynamic_dns_service.org
video.mydomain.org -> myserver2.dynamic_dns_service.org
ftp.mydomain.org -> myserver2.dynamic_dns_service.orgThis can be inconvenient if the entries are not in a common configuration file.
It would be easier if you just had to change one entry.
mydomain.org -> myserver1.dynamic_dns_service.org
smtp.domain.org -> mydomain.org
pop.smtp.org -> mydomain.org
www.smtp.org -> mydomain.org
video.smtp.org -> mydomain.org
ftp.smtp.org -> mydomain.orgNow it is easy to swap all services from server 1 to server 2:
mydomain.org -> myserver2.dynamic_dns_service.org -
Marc Landmann commented
Same problem here. We need to point one CNAME record to an another CNAME record and are not able to achieve this using plesk.