|
Gigabitz -> RE: Configure for multi. domains, relay, and smarthost (4.Aug.2008 1:39:50 PM)
|
So if it's against best practice is the below information incorrect. I inherited a domain with numerous smart host devices and I am debating whether to use IIS or Exchange virtual SMTP servers to act as smart hosts.......any guidance How to Configure Exchange Server 2003 to Use a Smart Host IP Address View products that this article applies to.function loadTOCNode(){} Article ID : 821911 Last Review : December 3, 2007 Revision : 2.4 For a Microsoft Exchange 2000 Server version of this article, see 257426 (http://support.microsoft.com/kb/257426/). SUMMARY loadTOCNode(1, 'summary'); This article describes how to configure Exchange Server 2003 to use a smart host IP address. MORE INFORMATION loadTOCNode(1, 'moreinformation'); You can route all outgoing messages for remote domains through a smart host instead of sending these messages directly to the domain. When you do so, you can route messages over a connection that may be more direct or less costly than other routes. Note The smart host setting for SMTP virtual servers is similar to the smart host setting on SMTP connectors. You can configure multiple smart hosts on the connector, because connectors can handle message delivery on a per-domain basis. You can identify the smart host by either a fully qualified domain name (FQDN) or an IP address. Note If you change the IP address, you must change it on every virtual server. If you use an IP address, you must enclose it in brackets ([]). Exchange Server 2003 checks first for a server name and then for an IP address. The brackets identify the value as an IP address. As a result, the DNS lookup is bypassed. You can specify multiple smart hosts based on either the FQDN or the IP address. If you specify multiple smart hosts, you must separate them by a semicolon (;). If you use a combination of IP address and FQDN, make sure that the smart hosts that are specified by IP address appear after those that are specified by the FQDN. For example, you can use the following combinations: • IP address of smarthost1; IP address of smarthost2 • FQDN of smarthost1; FQDN of smarthost2 • FQDN of smarthost1; IP address of smarthost2The following combination does not load balance: • IP address of smarthost1; FQDN of smarthost2Microsoft recommends that you configure smart hosts on the connector because connectors can handle message delivery on a per-domain basis. To configure Exchange Server 2003 to use a smart host IP address, follow these steps: 1. Click Start, point to Programs, point to Microsoft Exchange, and then click System Manager. 2. Locate the following folder: Servers/Your_Server/Protocols/SMTP/Your_SMTP_Virtual_Server 3. Right-click Your_SMTP_Virtual_Server, and then click Properties. 4. Click the Delivery tab, and then click Advanced. 5. In the Smart host box, type the name of the smart host server. You can type a string to represent a name or type an IP address that is enclosed in brackets.
|
|
|
|