XGEN: Troubleshooting the MTA Queue to the Internet Mail ServiceID: Q234065
|
If the Message Transfer Agent (MTA) queue to the Internet Mail Service is running slowly or not at all, it can be a difficult issue to troubleshoot. This article offers some procedures that may be helpful when trying to resolve this problem. It assumes that the MTA, Information Store, and Internet Mail Service services are processing other mail including mail between mailboxes on the same information store, mail to other servers in the site, and mail across other connectors.
When you see mail in the MTA queue (through Performance Monitor or the Microsoft Exchange Server Administrator program), that mail is still in the form of a .dat file in the Exchsrvr\Mtadata folder. The next stop for this mail is a hidden system folder called Mts-Out, which is the folder used by the store for message conversion from MDBEF (Exchange) format to SMTP format. The mail gets to the Mts-Out folder by means of XAPI calls between the MTA and the information store.
If there is a problem with mail moving from Mtadata to Mts-Out, there are several things you need to check.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\ParametersSystem\BACKGROUND THREADS"Gateway In Threads" is the number of threads the information store creates on behalf of the Internet Mail Service when the Internet Mail Service logs on to the information store. "Gateway In Threads" moves messages from the MTA into the information store's Mts-Out queue (destined for the Internet Mail Service). "Gateway Out Threads" moves messages (coming in from the Internet Mail Service) out of the information store's Mts-In queue on to the MTA for distribution. So, increasing the "Gateway In Threads" values increases the pipe between the MTA and the information store for outbound Internet Mail Service messages. Change to 0x8 (hex) = 8 (dec).
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\ParametersPrivate\GATEWAY IN THREADS
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\ParametersSystem\MAX THREADS (Public + Private)
Q165505 XFOR: How to View/Delete Messages in MTS-IN and MTS-OUT Queues
Q197792 XFOR: SOX General Troubleshooting for Stuck Msgs in IMS
Q151214 XADM: Send and Receive Logs in MDBDATA Directory
Q163321 XCON: Interoperability Logs (AP0.LOG)
Q168906 XCON: Setting up Advanced Logging on Exchange 5.0 and 5.5 MTAs
Q178531 XADM: Generating the Calls.out File
Additional query words: xapi
Keywords : exc5 exc55
Version : winnt:5.0,5.5
Platform : winnt
Issue type : kbinfo
Last Reviewed: July 27, 1999