If Microsoft Exchange is not installed on the computer,
you can install the SMTP protocol in Internet Information Services
(IIS). To have us install the SMTP protocol in Internet Information Services
(IIS), go to the "
Fix it for me" section. If you�d rather create these values yourself, go to the "
Let me fix it myself" section.
Fix it for me
To install the SMTP protocol in Internet Information Services
(IIS) automatically, click the
Fix this problem
link. Then click
Run
in the
File Download
dialog box, and follow the steps in this wizard.
Note this wizard may be in English only; however, the automatic fix also works for other language versions of Windows.
Note If you are not on the computer that has the problem, you can save the automatic fix to a flash drive or to a CD, and then you can run it on the computer that has the problem.
The SMTP protocol should now be enabled.
Note By default, the SMTP service is installed with Windows Server
2003 and Windows 2000.
To install the SMTP protocol in IIS yourself, follow
these steps.
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
- Click Start, and then click
Control Panel.
- Click Add or Remove Programs, and then
click Add/Remove Windows Components.
- Click Internet Information Services (IIS),
and then click Details.
- Click to select the SMTP Service check
box, and then click OK.
- Click Next, and then click
Finish.
To set a limit on the number of SMTP messages that can be
queued, create the
MailMsg
key and set the
MaxMessageObjects
DWORD value. To have us create these values for you, go to the "
Fix it for me" section. If you�d rather create these values yourself, go to the "
Let me fix it myself" section.
Fix it for me
To update the registry automatically, click the
Fix this problem
link. Then click
Run
in the
File Download
dialog box, and follow the steps in this wizard.
Note this wizard may be in English only; however, the automatic fix also works for other language versions of Windows.
Note If you are not on the computer that has the problem, you can save the automatic fix to a flash drive or to a CD, and then you can run it on the computer that has the problem.
Check if the limit has been set.
Let me fix it myself
To create these values yourself, follow these steps:
- Click Start, click Run,
type regedit, and then click
OK.
- Expand HKEY_LOCAL_MACHINE, expand
Software, expand Microsoft, and then expand
Exchange.
- Right-click the Exchange key, and then
click New Key.
- Type MailMsg.
- Right-click this new key, and then click New DWORD
Value.
- Right-click the new value, click Rename,
and then type MaxMessageObjects.
- Right-click the value, click Modify, and
then set the value to the maximum number of messages that you want to be in
queues at any time. The default (if the key is not present) is 100,000, which
is the suggested limit.
The
MaxMessageObjects
key refers to the
maximum number of mail messages that the system can allocate. When that number
of messages is in a queue on the server, additional incoming messages that come
in through the SMTP protocol are refused with a 4xx (temporary) error.
The
actual number of mail messages that is allocated is 90 percent of
MaxMessageObjects
, up to
a limit of 90,000.
To increase the number of objects greater than 90,000, set
the
MessageObjectsInboundCutoffCount
registry key to the value that you want. Do not set the
MessageObjectsInboundCutoffCount
value
for more than 90 percent of the
MaxMessageObjects
key because
additional messages are created during message processing for DSN generation
and content conversion.