bloginfo('name');

bloginfo('description');

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

Leave a Comment

OpenID

Anonymous

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.