Techibee.com

Configure Exchange 2010 to send emails to internet

In this post I will show you how to configure your Exchange 2010 server to send emails to internet.

I recently entered Windows Azure 90 days trial program and hosted my test lab in the cloud. My test lab contains AD and Exchange services. Since this is not the first time I am configuring AD & Exchange services test lab, my setup completed too quick. If you are interested, read my previous article about Step-by-step Exchange Server 2010 Installation Guide. While testing something, I got a requirement to test email flow to internet. My test lab contains AD on one server and Exchange Maibox, CAS, and HTS roles on other server.

Here is the procedure I followed to create the send connector that sends emails from Exchange organization to internet. I am giving both ways(Exchange console method and Powershell way) to do this.

Using Exchange Management Console:

Using Powershell

Open Exchange Management Shell and execute the following Powershell command.

New-SendConnector -Name "From Techibee.net to Internet" -AddressSpaces "*" -Usage Internet -DNSRoutingEnabled $true -SourceTransportServers TIBR2

A few important notes:

Exit mobile version