
Address Spaces and Connector Scope
The address space for a Send connector specifies the recipient domains to which the Send connector will route e-mail. You can specify SMTP address spaces or non-SMTP address spaces on Send connectors that are configured on Hub Transport servers. You can only specify SMTP address spaces on Send connectors that are configured on Edge Transport servers. If you use a non-SMTP address space type, you must use a smart host to route e-mail.
Note: |
|---|
|
Although you can configure non-SMTP address spaces on a Send connector on a Hub Transport server, the Send connector uses SMTP as the transport mechanism to send messages to other messaging servers. Foreign connectors on Hub Transport servers are used to send messages to local messaging servers, such as third-party fax gateway servers, which don't use SMTP as their primary transport mechanism. For more information, see Foreign Connectors.
|
Table 4 lists valid entries for the SMTP address space of a Send connector.
Table 4 Valid entries for the SMTP address space of a Send connector
|
Address space entry
|
Send connector routes mail to:
|
|---|
|
*
|
All domains that do not have an explicit address space entry on another Send connector entry or that are not an included subdomain of an address space on another Send connector.
|
|
Contoso.com
|
All recipients with e-mail addresses in the Contoso.com domain.
|
|
*.Contoso.com
|
All recipients with e-mail addresses in the Contoso.com domain or any subdomain of Contoso.com. In the Exchange Management Console, select Include all subdomains to set this configuration.
|
During routing resolution, a Send connector, to which e-mail is routed for delivery to the destination address space, is selected. The Send connector whose address space most closely matches the recipient's e-mail address is selected. For example, an e-mail message addressed to Recipient@marketing.contoso.com would be routed through the connector that is configured to use the *.Contoso.com address space. When you configure a Send connector for a particular address space, e-mail that is sent to that address space is always routed through that connector. Also, the configuration settings for that connector are always applied to e-mail sent to that address space.
You can use the scope of a Send connector to control the visibility of the Send connector within the Exchange organization. By default, all Send connectors that you create are usable by all the Hub Transport servers in the Exchange organization. However, you can limit the scope of any Send connector so that it is only usable by other Hub Transport servers that exist in the same Active Directory site.
Address Spaces and Connector Scope in Exchange 2007 RTM
In the release to manufacturing (RTM) version of Exchange 2007, the complete syntax for specifying an address space is as follows:
<ConnectorScope>:<AddressSpaceType>:<AddressSpace>;<AddressSpaceCost>
The elements of the address space are described in the following list:
-
ConnectorScope If you specify a value of
Local, the connector can only be used by other Hub Transport servers in the same Active Directory site. If you omit the ConnectorScope qualifier, the connector can be used by all Hub Transport servers in the Exchange 2007 organization.
-
AddressSpaceType The address space type may be
SMTP, X400, or any other text string. If you omit the address space type, an SMTP address space type is assumed.
-
AddressSpace For SMTP address space types, the address space that you enter must be RFC 1035-compliant. For example,
*, *.com, and *.contoso.com are permitted, but *contoso.com is not permitted. For X.400 address space types, the address space that you enter must be RFC 1685-compliant, such as o=MySite;p=MyOrg;a=adatum;c=us. For all other values of address type, you can enter any text for the address space.
-
AddressSpaceCost The valid input range for the cost is 1 to 100. A lower cost indicates a better route. If you omit the address space cost, a cost of 1 is assumed. If you enter a non-SMTP address space that contains the semicolon character ( ; ), you must specify the address space cost.
If you specify the connector scope, the address space type, or the address space cost, you must enclose the address space in double quotation marks ( " ). For example, the following address space entries are equivalent:
-
"SMTP:contoso.com;1"
-
"contoso.com;1"
-
"SMTP:contoso.com"
-
contoso.com
You may specify multiple address spaces by separating the address spaces with commas, as follows, for example: contoso.com,fabrikam.com. If you specify the connector scope, the address space type, or the address space cost, you must enclose the address space in double quotation marks ( " ) as follows, for example: "contoso.com;2","Local:fabrikam.com;3".
Address Spaces and Connector Scope in Exchange 2007 SP1
In Microsoft Exchange Server 2007 Service Pack 1 (SP1), the address space syntax is slightly different from the address space syntax of Exchange 2007 RTM. In Exchange 2007 SP1, the complete syntax for specifying an address space is as follows:
<AddressSpaceType>:<AddressSpace>;<AddressSpaceCost>
You can use one of the following methods to specify the scope of the Send connector:
-
In the Exchange Management Console, use the Scoped Send connector property in the Address Space page in the New SMTP Send Connector wizard, or in the Address Space tab in the properties of an existing Send connector.
When Scoped Send connector is selected, the connector can only be used by Hub Transport servers in the same Active Directory site. When Scoped Send connector is not selected, the connector can be used by all Hub Transport servers in the Exchange organization.
-
In the Exchange Management Shell, use the IsScopedConnector parameter in the New-SendConnector cmdlet or the Set-SendConnector cmdlet.
When the value of this parameter is $True, the connector can only be used by Hub Transport servers in the same Active Directory site. When the value of this parameter is $False, the connector can be used by all Hub Transport servers in the Exchange organization.