Setting Connections (IIS 6.0)

A connection is initiated whenever a message is sent to or received from a remote server.

  Note

Designating the TCP port that the SMTP service uses to receive incoming messages is done when you configure the Simple Mail Transfer Protocol (SMTP) virtual server.

Setting connection limits and imposing connection time-outs can make it more difficult for someone to initiate a malicious attack (such as denial of service) against your virtual server.

  Important

You must be a member of the Administrators group on the local computer to perform the following procedure or procedures. As a security best practice, log on to your computer by using an account that is not in the Administrators group, and then use the runas command to run IIS Manager as an administrator. At a command prompt, type runas /User:Administrative_AccountName "mmc systemroot\system32\inetsrv\iis.msc".

Procedures

To configure incoming connections

1.

In IIS Manager, right-click the SMTP virtual server, and then click Properties.

2.

On the General tab, select the Limit number of connections to check box (the default is no limit), and set the following options.

To configure outbound connections

1.

In IIS Manager, right-click the SMTP virtual server, and then click Properties.

2.

Click the Delivery tab, and click Outbound connections.

3.

In the Outbound Connections dialog box, select a check box and set the following options.

Related Information

For information about configuring an SMTP virtual server, see Configuring SMTP Virtual Servers.

For information about limiting the number of messages per connection, see Limiting the Number of Messages per Connection.


Top of pageTop of page