How to use Nslookup to verify MX record configuration

  1. Go to Start > Run and type cmd.
  2. At a command prompt, type nslookup, and then press Enter.
  3. Type server <IP address>,where IP address is the IP address of your external DNS server
  4. Type set q=MX, and then press Enter
  5. Type <domain name>, where domain name is the name of your domain, and then press Enter. The MX record for the domain you entered should be displayed. If the MX record is not displayed as below, DNS is not configured properly.
The example below shows how MX records appear for the fictitious domain, example.com.
C:\> nslookup
Default Server: box.local
Address: 192.168.0.1
> server 8.8.8.8
Default Server: dns.google
Address: 8.8.8.8
> set q=mx
> example.com.
Server: dns.google
Address: 8.8.8.8
example.com MX preference = 10, mail exchanger = mx1.emailforwardmx.com
example.com MX preference = 20, mail exchanger = mx2.emailforwardmx.com


 
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution