Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /srv/users/kasperk-it/apps/kasperk-it/public/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php on line 1896

Warning: Cannot modify header information - headers already sent by (output started at /srv/users/kasperk-it/apps/kasperk-it/public/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php:1896) in /srv/users/kasperk-it/apps/kasperk-it/public/wp-includes/feed-rss2.php on line 8
Exchange 2010 Archives - Kasper Kristensen https://kasperk.it/tag/exchange-2010 Just another IT Blog Tue, 05 Jun 2012 11:20:48 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.3 Change port used by Exchange 2007 / 2010 send connector when using smarthost https://kasperk.it/microsoft/exchange/exchange-2007/change-port-used-by-exchange-2007-2010-send-connector-when-using-smarthost https://kasperk.it/microsoft/exchange/exchange-2007/change-port-used-by-exchange-2007-2010-send-connector-when-using-smarthost#respond Tue, 05 Jun 2012 10:26:22 +0000 http://kasperk.it/?p=13 Some smarthost providers/smtp relay servers will only allow you to connect to ports other than port 25 or your ISP is blocking outgoing port 25. In both cases you have to change the SendConnector port, this can’t be done in the … Continue reading

The post Change port used by Exchange 2007 / 2010 send connector when using smarthost appeared first on Kasper Kristensen.

]]>
Some smarthost providers/smtp relay servers will only allow you to connect to ports other than port 25 or your ISP is blocking outgoing port 25.

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.

]]>
https://kasperk.it/microsoft/exchange/exchange-2007/change-port-used-by-exchange-2007-2010-send-connector-when-using-smarthost/feed 0