06 June 2012

Change Send Connector outgoing port number on Exchange 2010

Imagine a situation, where a custom application in your internal LAN receives e-mail, but with different e-mail domain as your default and with a custom port. Then you will need a send connector in Exchange configuration. This can be easily done using Exchange Management Console (Organization\Hub Transport\Send Connectors):

image

After creating the connector, you don’t find any option for changing the port used for sending the e-mail in graphic interface.

The port still can be changed, but with Exchange Management Shell:

Get-SendConnector custom | Set-SendConnector -Port 1025

image

Where’s “custom” is your send connectors name and 1025 is port used to send e-mails to this domain.

No comments:

Post a Comment