tips.paddyonline.net

If you need tips & tricks, here they are...

Joomla! AddThis

Share

Smart Host using Port 587

Open Exchange Management Shell and start by checking your Send Connector(s) :
Get-SendConnector
You should get the name of your send connector(s) – like “Default Send Connector”.
If you haven’t messed up with the port configuration of the connector yet,
it should be using the default port -25. It is a good idea to confirm this with the command:
Get-SendConnector | fl port

Then change the port with the command:
Set-SendConnector –Identity “Your Send Connector Name” -Port 587

If you have only one Send Connector you can use that command too:
Get-SendConnector | Set-SendConnector -Port 587

Of course, it is a good idea to check the final result again with:
Get-SendConnector | fl port

Or even take a look at the full listing for the send connector:
Get-SendConnector | fl

Add comment

Security code
Refresh

Please consider supporting our efforts.


We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.