How to add a DNS record
How do I add a record for my Exchange server in local DNS (mail.domain.cm) to point to my server? (It keeps wanting to append FQDN on the end of the domain).
I’m using Windows DNS service on Server 2003. I’m trying to get internal clients to resolve the mail. The problem I am getting is shown here.
If you are adding an A record to one of your already created Forward Lookup Zones, then it will add the FQDN to the record, since you are adding an A record into that zone.
If you want to use a completely different domain name, add a new Forward Lookup Zone: right click on Forward Lookup Zones and click New Zone. Using the wizard, create a new primary zone called ‘domain.cm’ (without quotes). Once it’s created, open the zone and add a ‘mail’ A record with the server’s IP.
Check more discussion of this question.
Related posts:
Leave a comment
Recent Posts
- What is the easiest way to upgrade my existing Perl 5.14 to Perl 5.16 on FreeBSD 9 using the ports system?
- Know if mysql has done its job
- Redirect https .com to https .co.uk without a valid SSL cert on .com without DNS change
- Why is it a bad idea to use customer email as from address
- 100% packets dropped on first RX queue on 3/5 raid6 iSCSI NAS devices using intel igb (resolved)





