Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XFOR: New IMS Routing Functionality in Exchange Server 5.0 SP2


View products that this article applies to.

This article was previously published under Q169683

↑ Back to the top


Summary

In Microsoft Exchange Server version 5.0, the Internet Mail Service has the added ability to reroute Internet mail. To configure this feature, you have to specify any domain(s) that will be handled by Exchange Server. When you specify a domain in the Routing tab of the Internet Mail Service, a subdomain match is implied.

In Exchange Server 5.0 Service Pack 2 (SP2), you now have the ability to specify an exact domain match in the routing list.

↑ Back to the top


More information

In Exchange Server 5.0 and Exchange Server 5.0 Service Pack 1 (SP1), if you specify
   ms.com     host1.ms.com
				
in the routing list, then this implies that you also want other subdomains (for example, sales.ms.com) to be rerouted to host1.ms.com.

The rerouting capabilities have been modified in Exchange Server 5.0 SP2 to allow you to specify an exact domain match instead of always doing subdomain matches.

To do this you must add a pound sign (#) in front of any domains you want exact matches for. A domain with a pound sign prefix indicates that domain must exactly match the destination domain (the domain in user@domain) to trigger the associated routing action.

For example, take the following list:
   Sent To     Route To
   =======     ========
   ms.com      host1.ms.com
   #ms.com     <inbound>
   x.ms.com    <inbound>
				
Mail should be routed as follows:
   User@ms.com ===> routed inbound
   User@sales.ms.com ===> routed to host1.ms.com
   User@x.ms.com ===> routed inbound
   User@pms.com ===> routed to pms.com
   User@abc.x.ms.com ===> routed inbound
				
The matches are done in the following order:

1.Check for a match in the exact match list.
2.Check for best match among the non-exact match list.
3.If no match, reroute to the destination domain.
This feature is included in the latest U.S. Service Pack for Microsoft Exchange Server version 5.0. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K

↑ Back to the top


Keywords: KB169683, kbusage, kbinfo

↑ Back to the top

Article Info
Article ID : 169683
Revision : 6
Created on : 10/28/2006
Published on : 10/28/2006
Exists online : False
Views : 292