Select the product you need help with
XCON: How to Disable Internet Information Services Socket Pooling on the SMTP ServiceArticle ID: 281760 - View products that this article applies to. This article was previously published under Q281760 IMPORTANT: This article contains information about editing the metabase.
Before you edit the metabase, verify that you have a backup copy that you can
restore if a problem occurs. For information about how to do this, see the
"Configuration Backup/Restore" Help topic in Microsoft Management Console
(MMC). SYMPTOMS On a Windows 2000-based server that is running the SMTPSVC
service with dual Network Interface Cards (NIC) installed, each bound to unique
IP addresses as follows
NIC 1 --10.1.2.219 - third-party SMTP utility assigned to port 25 on this IP address when you attempt to start the SMTP virtual server that is
configured to use the 10.1.2.250 IP address bound to NIC 2 (not "All
Unassigned") on Windows 2000, the following is recorded in the Application
event log: NIC 2 --10.1.2.250 - Windows 2000 SMTP service (Exchange 2000 is NOT involved)
Event Type: Error If you telnet to the 250 address on port 25 while the virtual
server is not running, you get no response. The third-party utility is not
listening on that IP. You can stop the third-party software, and then the
virtual server will start.Event Source: SMTPSVC Event Category: None Event ID: 115 Description: The service could not bind instance 1. The data is the error code. Data: 0000: 40 27 00 00 @'.. If you run the netstat -an command, it returns the following information when the default virtual server is started:
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
This shows that the SMTP virtual server is listening on all
unassigned IP addresses even though you specified only the 10.1.2.250 IP
address.
CAUSE The SMTP service listens to port 25 on all unassigned IP
addresses even if you specify a specific IP address for the default virtual
server. You need to disable the Microsoft Internet Information Services (IIS)
socket pooling feature (DisableSocketPooling). This property is not exposed in ADSI for SMTP. RESOLUTION The easiest way to resolve this issue is to download
MetaEdit, and then set the value on the virtual service
instance. WARNING: If you edit the metabase incorrectly, you can cause serious problems that may require you to reinstall any product that uses the metabase. Microsoft cannot guarantee that problems that result if you incorrectly edit the metabase can be solved. Edit the metabase at your own risk. NOTE: Always back up the metabase before you edit it.
STATUS This behavior is by design. PropertiesArticle ID: 281760 - Last Review: February 26, 2007 - Revision: 3.5
| Article Translations |


Back to the top








