- Go to Start > Run and type
cmd
. - At a command prompt, type
nslookup
, and then press Enter. - Type server
<IP address>
,where IP address is the IP address of your external DNS server - Type
set q=M
X, and then press Enter - 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