Missing SMTP in IIS 6.0

  • Thread starter Thread starter Caleb
  • Start date Start date
Hi

Problem
========
I recently had to uninstall and reinstall SMTP from my W2K3 machine. After
reinstallation, the SMTP section is no longer available in IIS. I followed
the advice of http://support.microsoft.com/?id=297261, but it is still
missing. Any Ideas?

Resolution
==========

Maybe this will help:

To resolve the issue follow the steps listed below.

1. Go to a command prompt on the IIS server.
2. Go the following directory at the command prompt
%systemroot%\system32\inetsrv
3. Type in the following commands
regsvr32 inetmgr.dll
regsvr32 smtpsnap.dll
4. Then close and reopen IIS manager console


Shilpa Sinha
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top