This section describes how to set up a connection with the source Exchange organization using SMTP connectors. On this step you may need to coordinate with the administrator of the source Exchange organization to set up the connection properly.
For more details, see the related topics:
You need to establish Internet mail flow between the target and the source Exchange organizations. For that, you need to create an Internet Send connector and Receive connector on an Exchange Mailbox server that can be directly reached through the Internet.
To establish mail flow to and from the Internet through a Mailbox server, follow these steps:
Each step is explained in further detail in the related subtopics.
To create a Send connector, you can use either Exchange Admin Center (EAC) or Exchange Management Shell.
|
NOTE: For additional information, refer to the Create a Send Connector for Email Sent to the Internet TechNet article. |
To create a Send connector using Exchange Admin Center
To create a Send connector using Exchange Management Shell
Run the following command:
new-SendConnector -Name 'QMM Send Connector' -Usage 'Custom' -AddressSpaces 'SMTP:*.source.local;1' -IsScopedConnector $false -DNSRoutingEnabled $true -UseExternalDNSServersEnabled $true -SourceTransportServers 'ServerName'
where:
To modify the default Receive connector for the target Exchange organization to receive mail from the Internet, you can use either Exchange Admin Center or Exchange Management Shell.
To modify the default Receive connector using Exchange Admin Center
To modify the default Receive connector using Exchange Management Shell
Run the following command:
Set-ReceiveConnector -PermissionGroups 'AnonymousUsers, ExchangeUsers, ExchangeServers, ExchangeLegacyServers' -Identity 'ServerName\Default ServerName'
Where ServerName is the Mailbox server name.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center