Appendix C: Name Resolution Services

Previous Page Next Page

C.3.2.4 "CNAME" Records

CNAME resource records provide an alias feature similar to the aliasing capability found in the HOSTS file.

DNS servers based on BIND use the following format for the CNAME resource record:

If a system attempts to connect to "Mailhost.UNOVERICA.COM" then they will be redirected to "Greywolf." Their DNS client will then issue a lookup on "Greywolf," attempting to locate the IP address for that host.

CNAME records can be recursive, up to seven levels deep. The CNAME record for "Mailhost" could easily point to "FooBar" which would simply be another CNAME record, pointing to yet another host.

To simplify life for your local POP3 users, you may wish to use a CNAME record called "mailhost" or something similar. This would allow you to move mail services around on the network without having to reconfigure your POP3 mail clients. However, it is not a good idea to publish a CNAME as an MX record. Many SMTP mail servers do not support this functionality, and you would not receive mail from those systems.

Previous Page Next Page

Copyright 1997 Unoverica Corporation. All Rights Reserved page
Send comments to docs@unoverica.com