[thelist] repost: linux and exchange spam solution

Jason Handby jasonh at pavilion.co.uk
Tue Jan 7 09:09:01 CST 2003


> Using nslookup, you can verify where e-mail will be sent.  Commands
> would be:
>
> nslookup
> set type=mx
> domain.com

You can also do this as a one-liner by typing

  nslookup -q=mx domain.com

Or, even better (as nslookup is now deprecated), you can use dig:

  dig domain.com mx



Jason




More information about the thelist mailing list