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):
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
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