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 3 lists common connection scenarios and the usage type for each scenario.
|
Connector scenario
|
Usage type
|
Comment
|
|---|
|
Edge Transport server receiving e-mail from the Internet
|
Internet
|
A Receive connector that is configured to accept e-mail from all domains is created automatically when the Edge Transport server role is installed.
|
|
Hub Transport server receiving e-mail from the Internet
|
Internet
|
This is not a recommended configuration. For more information, see How to Configure Connectors for Internet Mail Flow.
|
|
Edge Transport server receiving e-mail from an Exchange Server 2003 or Exchange 2000 Server bridgehead server
|
Internal
|
In this scenario, the Exchange 2003 or Exchange 2000 bridgehead server is configured to use the Edge Transport server as a smart host for a Send connector.
|
|
Hub Transport server receiving e-mail submissions from a client application that uses Post Office Protocol version 3 (POP3) or IMAP4
|
Client
|
This Receive connector is automatically created on every Hub Transport server when the role is installed. By default, this Receive connector is configured to receive e-mail through TCP Port 587.
|
|
Hub Transport server receiving e-mail from a Hub Transport server
|
Internal
|
You do not have to configure Receive connectors between Hub Transport servers within the same organization. This usage type can be used to configure a cross-forest Receive connector.
|
|
Hub Transport server receiving e-mail from 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 Simple Mail Transfer Protocol (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 receiving e-mail from a Hub Transport server
|
Internal
|
A Receive connector that is configured to accept e-mail from all domains is created automatically when the Edge Transport server role is installed. You can create another connector and configure it to receive e-mail only from the Exchange organization.
|
|
Cross-forest Receive connector for a Hub Transport server in one forest receiving e-mail from a Hub Transport server in a second forest
|
Custom
|
For detailed configuration steps, see Configuring Cross-Forest Connectors.
|
|
Cross-forest Receive connector for a Hub Transport server in one forest receiving e-mail from 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 receiving e-mail from a third-party message transfer agent
|
Internal
|
Specify the IP address range from which messages will be accepted and set the authentication mechanism to either Basic authentication or Externally Secured. For more information, see How to Configure Connectors for Internet Mail Flow.
|
|
Edge Transport server receiving e-mail from a third-party message transfer agent
|
Custom
|
Use the Add-AdPermission cmdlet to set the extended rights. Specify the IP address range from which messages will be accepted and set the authentication mechanism to Basic authentication. You can also select the Internal usage type and set Externally Secured as the authentication method. No additional permissions configuration is required if you select this option.
|
|
Edge Transport server receiving e-mail from an external relay domain
|
Custom
|
The Edge Transport server can accept e-mail from an external relay domain and then relay to the destination recipient domain. Specify the IP address range from which messages will be accepted, set the appropriate authentication mechanism, and use the Add-AdPermission cmdlet to set the extended rights.
|
|
Edge Transport server receiving e-mail from 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 is set to
$True.
-
The value of the AuthMechanism parameter contains
TLS and cannot contain External.
-
The TLSReceiveDomainSecureList parameter in the Get-TransportConfig cmdlet contains at least one domain that is serviced by this Receive connector. The wildcard character (*) is not supported in domains that are configured for mutual TLS authentication. The same domain must also be defined on the corresponding Send connector, and in the value of the TLSSendDomainSecureList parameter in the Get-TransportConfig cmdlet.
For more information, see Set-ReceiveConnector and Managing Domain Security.
|
|
Edge Transport server receiving connections from Microsoft Exchange Hosted Services server
|
Custom
|
The Exchange Hosted Services server can act as an externally authoritative server. To use the Externally Secured authentication mechanism, use the Set-ReceiveConnector cmdlet to set the PermissionGroup parameter to ExchangeServers.
|
|
Hub Transport server receiving connections from an Exchange Hosted Services server
|
Custom
|
The Exchange Hosted Services server can act as an externally authoritative server. To use the Externally Secured authentication mechanism, use the Set-ReceiveConnector cmdlet to set the PermissionGroup parameter to ExchangeServers.
|