September 3, 2010

Check Your Legacy Exchange Servers for SMTP Usage Before Removing Them

How to use SMTP logging and Logparser to discover IP addresses that are sending SMTP traffic through an Exchange server.

Configuring the Exchange Server 2007 Hub Transport Server

How to configure the Hub Transport Server connectors to send and receive internet email.

Install telnet on Windows Server 2008

If you’re needing to do some SMTP testing using a Windows Server 2008 host you’re probably going to need a Telnet client.  The Telnet client is not installed by default on Windows Server 2008, so you can use this ServerManagerCmd.exe one-liner to quickly install it: C:\>servermanagercmd -i telnet-client ……… Start Installation… [Installation] Succeeded: [Telnet Client]. [...]