SUMMARY
How to Configure SMTP Virtual Server in Windows Server 2003 with IIS 6
ISSUE
Purpose
This article provides the steps to configure a host running Windows Server 2003 and IIS 6 for an SMTP server. An internal SMTP relay can be useful for sending notifications from Unitrends appliances.
Applies To
Windows Server 2003 and IIS 6.0
Installing the SMTP Service
The SMTP service is not installed by default with IIS. You must install the SMTP service using Control Panel. Installing the SMTP service creates a default SMTP configuration that you can then customize by using IIS Manager.
To install the SMTP service on IIS 6.0
- On the Start menu, click Control Panel, double-click Add or Remove Programs, and then click Add/Remove Windows Components.
- In the Components lists, click Application Service, and then click Details.
- In the Subcomponents of Application Service list, click Internet Information Services (IIS), and then click Details.
- In the Subcomponents of Internet Information Services (IIS) list, select the SMTP Service check box, and then click OK.
- Click Next. If you are prompted for the Windows CD or the network install path, follow the instructions.
- Click Finish.
When you install the SMTP service, a default SMTP server configuration is created with a message store in C:\Inetpub\Mailroot.
When you are setting up the SMTP services, you can configure global settings for the SMTP service, as well as settings for individual components of the virtual server.
The SMTP service is a relay agent only. Email messages are forwarded to an SMTP server for delivery.
Configuring the SMTP Virtual Server
Installing the SMTP service will create a new node in IIS Manager. In order to configure the SMTP virtual server, you must start IIS Manager. For more information, see the topic SMTP Administration in Microsoft's IIS Operations Guide.
Important
You must be logged on as a member of the Administrators group on the local computer to perform the following procedure (or procedures), or you must have been delegated the appropriate authority.
To start IIS Manager from the Run dialog box
- On the Start menu, click Run.
- In the Run box, type inetmgr and click OK.
To start IIS Manager from the Administrative Services console
- On the Start menu, click Run. In the Run text box, type control panel, and then click OK.
- In the Control Panel window, click Administrative Tools.
- In the Administrative Tools window, click Internet Information Services.
Default Settings
The default SMTP virtual server has the following default settings. If you create a new virtual server, you can configure default settings using the New Virtual Server Wizard.
- Name The name of the virtual server that appears in IIS Manager. You can change the name of the virtual server in IIS Manager. Simply right-click the virtual server and then click Rename.
- IP address / TCP port All unassigned IP addresses. You can use the General tab in the SMTP virtual server properties dialog box to change this setting. If you change this setting, you must specify an IP address and the TCP port combination that is not being used by another SMTP virtual server. TCP port 25 is both the default TCP port and the recommended TCP port. More than one virtual server can use the same TCP port, but they must be configured with different IP addresses. If you do not set a unique IP address and TCP port combination, the SMTP virtual server will not start.
- Default domain The domain name tha is listed on the Computer Name tab in System Properties. The default domain is used to stamp messages from addresses that do not have a domain. An SMTP virtual server can have only one default domain, and it cannot be deleted. To change the name of the default domain in IIS Manager, double-click the virtual server, and then double-click Domains. Right-click the local (or default) domain, and then click Rename.
- Home directory C:\Inetpub\Mailroot\. The home directory is the root of your SMTP content directories, and it must be local to the computer on which the SMTP service runs.
Third-party Sources
Microsoft MSDN: Install and Configure SMTP Virtual Servers in IIS 6.0