Microsoft KB Archive/184542

From BetaArchive Wiki
Knowledge Base


Article ID: 184542

Article Last Modified on 10/28/2006



APPLIES TO

  • Microsoft Exchange Server 5.0 Standard Edition
  • Microsoft Exchange Server 5.5 Standard Edition



This article was previously published under Q184542


SYMPTOMS

You may experience either of the following symptoms:

  • When an extremely large number of Simple Mail Transfer Protocol (SMTP) messages are sent through the Internet Mail Service and the Internet Mail Service is unable to resolve some of the Domain Name System (DNS) addresses associated with the messages, the Internet Mail Service may take a long time to send the messages.


-OR-

  • When the outbound Internet Mail Service message queue contains a large number of messages, the Internet Mail Service may take an unusually long time to start.


CAUSE

These problems can occur for the following reasons:

  • The rate at which the Internet Mail Service delivers SMTP messages is limited in part by the number of resolver threads and SMTP worker threads that are available. If message volume is very high and DNS name resolution is frequently unsuccessful, the number of available threads can become very low.
  • When you start the Internet Mail Service, it processes the destination domain list. The method by which it processes the destination domain list can be inefficient, particularly when the outbound message queue contains a large number of messages.


WORKAROUND

You can increase the number of resolver threads and SMTP worker threads that are available when the Internet Mail Service starts, but only by increasing the value assigned to the ThreadsPerProcessor variable.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.0.

A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next service pack that contains this fix. Contact Microsoft Technical Support for more information.

This fix has been posted to the following Internet location:



Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.5. This problem has been corrected in the latest U.S. service pack for Microsoft Exchange Server version 5.5. 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


MORE INFORMATION

After you apply the fix, three new registry values are available under the following registry key:

   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIMC
   \Parameters
                


NOTE: The above registry key is one path; it has been wrapped for readability.

The following registry values are available:

Value Name Value Type Description
SMTPWorkerThreads REG_DWORD If this registry value exists, it represents the number of SMTP worker threads that are available when the Internet Mail Service starts.
ResolverThreads REG_DWORD If this registry value exists, it represents the number of resolver threads that are available when the Internet Mail Service starts.
DestinationDomainThreshold REG_DWORD If this registry value exists, it represents the number of DestinationDomain objects that are cached before the Internet Mail Service attempts to reduce the size of the destination domain list.



Additional query words: ims internet mail connector imc

Keywords: kbhotfixserver kbqfe kbbug kbfix KB184542