Posts Tagged ‘Command Line’
Diagnosing Email Server Problems with the Windows Command Line
Written by Paul Cunningham on November 19, 2009 – 5:03 pm -
An essential skill for email administrators is being able to dive into the command line to troubleshoot email delivery and connectivity problems. In this post I will explain some of the simple command line techniques you can use for diagnosing these email issues.
NSLookup
NSLookup is the command line utility for querying the Domain Name System (DNS). Because email delivery relies so heavily on the Mail Exchanger (MX) records contained within DNS you need to know how to use it for verifying DNS configurations.
When someone reports a problem sending email to an outside party and you want to investigate it one of the first things you’ll need to determine is the name or IP address of their mail server. This is the job of the MX record, which you can query using NSLookup. Continue reading Diagnosing Email Server Problems with the Windows Command Line


