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.
To resolve this issue, configure the Simple Mail Transfer Protocol (SMTP) service on the Windows Server 2003 computer to only use UDP. When you configure the Simple Mail Transfer Protocol (SMTP) service to use UDP only, the SMTP computer uses the results from a truncated response that the SMTP computer receives from a DNS computer to complete the message delivery to the destination domain. To configure the Simple Mail Transfer Protocol (SMTP) service to use UDP only, add or modify the following metabase key:
Key ID: 36997
Key type: DWORD
Key value: 2
Note The following table describes the possible values that you can assign to key ID 36997:
Value | Description |
---|
0 | DNS queries use UDP and then fail over to TCP upon receipt of a truncated response |
1 | DNS queries use TCP only |
2 | DNS queries use UDP only |
To modify the metabase, follow these steps:
- Start the Microsoft Internet Information Services Manager tool. To do this, click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Right-click Computer name (local computer), and then click Properties.
- Click to select the Enable Direct Metabase Edit check box, and then click OK.
- Open the Metabase.xml file by using Notepad. To do this, click Start, click Run, type notepad %systemroot%\system32\inetsrv\metabase.xml, and then click OK.
- If the following lines of code are not present, paste them under the <IIsConfigObject Location ="/LM/SmtpSvc" heading:
<Custom
Name="SmtpUseTcpDns"
ID="36997"
Value="2"
Type="DWORD"
UserType="IIS_MD_UT_SERVER"
Attributes="INHERIT"
/>
Note Paste these lines of code in numeric order based on the ID number 36997. For example, paste these lines of code after the lines of code that contain ID number 36931 and before the lines of code that contain ID number 49875. - If this code section already exists, modify the Value item to a value of 2.
- Save your changes to the Metabase.xml file, and then quit Notepad.