Click to Rate and Give Feedback
TechNet
TechNet Library
Exchange Server
Operations
Part Two
 How to Verify that MX Records Do No...
Collapse All/Expand All Collapse All
How to Verify that MX Records Do Not Point to the FQDN of an Exchange Server

Topic Last Modified: 2005-05-20

When SMTP queries DNS, it always queries for MX records first. If an internal MX record exists and/or it is incorrectly configured, your internal mail delivery may not work.

Before you perform the procedure in this topic, read Verifying DNS Design and Configuration

  1. At a command prompt, type nslookup, and then press ENTER.

  2. Type server <IP address>, where IP address is the IP address of your internal DNS server.

  3. Type set q=mx, and then press ENTER.

  4. Type <fqdn>, where fqdn is the fully qualified name of your SMTP virtual server (and your Exchange server), and then press ENTER.

  5. Verify that no MX records exist for your internal server. Your results should look similar to the following:

    > set q=mx
    > server1.example.local
    example.local
            primary name server = server01.example.local
            responsible mail addr = hostmaster.example.local
            serial  = 6225703
            refresh = 900 (15 mins)
            retry   = 600 (10 mins)
            expire  = 86400 (1 day)
            default TTL = 3600 (1 hour)
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker