The post Change port used by Exchange 2007 / 2010 send connector when using smarthost appeared first on Kasper Kristensen.
]]>In both cases you have to change the SendConnector port, this can’t be done in the exchange management console, so you have to use the Exchange Managment Shell.
List SendConnectors and port nummers:
Get-SendConnector | ft Id*,Sm*s,po*
Change the port for SendConnector:
Set-SendConnector "[SendConnector name]" -port [Port nummer]
eg:
Set-SendConnector “OutboundMail” -port 3535
The post Change port used by Exchange 2007 / 2010 send connector when using smarthost appeared first on Kasper Kristensen.
]]>