Each usage type is appropriate for a specific connection scenario. Select the usage type that has the default settings most applicable to the configuration that you want. You can modify permissions by using the Add-ADPermission and Remove-ADPermission cmdlets. For more information, see the following topics:
Table 2 lists common connection scenarios and the usage type for each scenario.
|
Connector scenario
|
Usage type
|
Comment
|
|---|
|
Edge Transport server that sends e-mail to the Internet
|
Internet
|
A Send connector that is configured to send e-mail to all domains is created automatically when the Edge Transport server is subscribed to the Exchange organization.
|
|
Hub Transport server that sends e-mail to the Internet
|
Internet
|
This is not a recommended configuration. For more information, see How to Configure Connectors for Internet Mail Flow.
|
|
A subscribed Edge Transport server that sends e-mail to a Hub Transport server
|
Internal
|
This connector is automatically created by the Edge Subscription process.
|
|
Edge Transport server that sends e-mail to an Exchange Server 2003 or Exchange 2000 Server bridgehead server
|
Internal
|
The Exchange 2003 or Exchange 2000 bridgehead server is configured as a smart host for the Send connector.
|
|
Hub Transport server that sends e-mail to a Hub Transport server
|
Internal
|
You do not have to configure Send connectors between Hub Transport servers within the same organization. This usage type can be used to configure a cross-forest Send connector.
|
|
Hub Transport server that sends e-mail to an Exchange 2003 or Exchange 2000 bridgehead server in the same forest
|
Internal
|
This is an optional configuration. Transport between Exchange 2007 and earlier versions of Exchange Server is accomplished through two-way routing group connectors. If you create SMTP connectors to Exchange 2003 or Exchange 2000 routing groups, a routing group connector must also exist. For more information, see How to Create Routing Group Connectors from Exchange 2007 to Exchange Server 2003.
|
|
Edge Transport server that sends e-mail to a Hub Transport server
|
Custom
|
When the Edge Subscription process is not used, a manual connector must be created. Use the Add-AdPermission cmdlet to set the extended rights. Set the authentication mechanism as Basic authentication or Externally secured.
|
|
Cross-forest Send connector for a Hub Transport server in one forest that sends e-mail to a Hub Transport server in a second forest
|
Custom
|
For detailed configuration steps, see Configuring Cross-Forest Connectors.
|
|
Cross-forest Send connector for a Hub Transport server in one forest that sends e-mail to an Exchange 2003 or Exchange 2000 bridgehead server in a second forest
|
Custom
|
For detailed configuration steps, see Configuring Cross-Forest Connectors.
|
|
Hub Transport server that sends e-mail to a third-party message transfer agent
|
Custom
|
Use the Add-AdPermission cmdlet to set the extended rights. Route all messages to a smart host and set the authentication mechanism to either Basic authentication or Externally secured.
|
|
Edge Transport server that sends e-mail to a third-party message transfer agent
|
Custom
|
Use the Add-AdPermission cmdlet to set the extended rights. Route all messages to a smart host and set the authentication mechanism to either Basic authentication or Externally secured.
|
|
Edge Transport server that sends e-mail to an external relay domain
|
Custom
|
The Edge Transport server can accept e-mail for an external relay domain and then relay the messages to the authoritative e-mail system for that domain. Route all messages to a smart host, set the appropriate authentication mechanism, and use the Add-AdPermission cmdlet to set the extended rights.
|
|
Edge Transport server that sends e-mail to a domain to which you have established mutual TLS authentication
|
Partner
|
Mutual TLS authentication functions correctly only if the following conditions are true:
-
The value of the DomainSecureEnabled parameter must be
$True.
-
The value of the DNSRoutingEnabled parameter must be
$True.
-
The value of the IgnoreStartTLS parameter must be
$False.
For more information, see Set-SendConnector.
|