On Sun, 11 Feb 2007, Iñaki Baz Castillo wrote: > Tengo un dominio "aliax.net" con un registro CNAME a un dominio dinámico de > dyndns.org, y con un registro MX.
Yo no sé mucho de DNS, pero me parece un abuso del CNAME. Mira lo que dice el RFC 1034: If a CNAME RR is present at a node, no other data should be present; this ensures that the data for a canonical name and its aliases cannot be different. This rule also insures that a cached CNAME can be used without checking with an authoritative server for other RR types. El uso típico de un CNAME es ponerle varios nombres a una máquina: www.example.com. 86400 IN CNAME máquina.example.com y no hay ningún otro registro para www.example.com.

