Click to See Complete Forum and Search --> : SMTP not showing in IIS Console


JClarke65
December 23rd, 2003, 08:30 AM
I am trying to set up an Exchange 2003 server. Exchange requires SMTP to be installed/running but won't install if POP3 is installed. I started out by using the Manage Your Server utility to set up a "mail server", which installed both.
Next I used Manage Your Server and uninstalled both. Then I went into Add/Remove Windows Components and added back just SMTP.

Here's the problem... after all this I don't see anything about SMTP in my IIS Console. Usually you see the default SMTP server and have the menu item available to add additional SMTP virtual servers, etc. I don't see any of this.

Any ideas?

silencio
December 23rd, 2003, 11:35 AM
smtp doesn't show up in my iis console either. Look for it in the exchange snapin (run MMC, click add snapin, add exchange, drill down to administrative groups/first/servers/your sever/protocals and you'll see smtp.

mrl1te
December 23rd, 2003, 02:37 PM
You're thinking of the SMTP Virtual Server. Follow the instructions to open your system manager in the previous message. There you will be able to manipulate the Exchange SMTP Settings.

Virtual Server is for Web based applications to use to send emails, etc.

retroblu
April 2nd, 2004, 01:46 PM
You're thinking of the SMTP Virtual Server. Follow the instructions to open your system manager in the previous message. There you will be able to manipulate the Exchange SMTP Settings.

Virtual Server is for Web based applications to use to send emails, etc.
Ok...well im having the problem w/ not seeing the virtual server.....and i need that so how do i get it back

mrl1te
April 2nd, 2004, 02:26 PM
I believe SMTP must be installed in Add/Remove Windows Components -

amyb
April 2nd, 2004, 07:27 PM
I believe SMTP must be installed in Add/Remove Windows Components -That's right.

DataWho
June 21st, 2004, 03:55 PM
Quite simple, I just had the exact same issue.

Go to a command prompt and enter:

regsvr32 c:\windows\system32\inetsrv\smtpsnap.dll

Bingo! Your SMTP snap-in is back where it was before. A stupid bug.

-DW