bloginfo('name');

bloginfo('description');

Archives Posts

How do you use nslookup with MX records?

April 10th, 2008 by Blu:RayNe

How do you use nslookup with MX records?

  1. At the command prompt type nslookup
  2. This will give you a ">" prompt.
  3. Type "set type=MX".
  4. Type "google.com".
  5. You should now get the MX records for "google.com".

Example:

$ nslookup

> set type=mx
> google.com

Server:         212.227.84.251
Address:        212.227.84.251#53
Non-authoritative answer:
google.com      mail exchanger = 10 smtp1.google.com.
google.com      mail exchanger = 10 smtp2.google.com.
google.com      mail exchanger = 10 smtp3.google.com.
google.com      mail exchanger = 10 smtp4.google.com.

usw.

Filed under Allgemein having No Comments »