-
Exchange 2003 to 2010 mail flow issue
No comments yetPosted in Exchange 2010Feb 8, 2012
Durring the exchange 2010 install the routing group connector didn’t get created so we need to run the following command in the exchange management shell to create the routing group connector:
“New-RoutingGroupConnector -Name “2010-2003” -SourceTransportServers “Ex2010Hub1.contoso.com” -TargetTransportServers “Ex2003BH1.contoso.com” -Cost 10 -Bidirectional $true -PublicFolderReferralsEnabled $true”
You also want to make sure that your smtp virtual server on exchange 2003 and exchange 2010 is configured to work on port 25 or you will still have mail flow issues.
After running the above command and verifying that your smtp settings your mail flow should now be working.
-
Change smtp send connector port exchange 2010
No comments yetPosted in Exchange 2010Feb 8, 2012
If you need to change the default smtp send connectory port you can run the following command:
Set-SendConnector -Identity “Default” -port 26
Then you will need to restart the Microsoft Exchange Transport for the change to take effect.
-
Copying mailbox content to a subfolder in another mailbox
No comments yetPosted in Exchange 2010Feb 8, 2012
This is the command to export the content from Tim?s mailbox to a folder name ?Tim? in Tom?s mailbox:
Export-Mailbox -Identity tim@example.com -TargetMailbox tom@example.com -TargetFolder tim