Post Reply  Post Thread 
Smtp in IIS
Author Message
Nilesh
Super Moderator
******


Posts: 42
Group: Super Moderators
Joined: Jul 2007
Status: Offline
Reputation: 0
Thank 0
0 was given thank in 0 posts
Post: #1
Smtp in IIS

Smtp in IIS

If SMTP is not showing up in the IIS Administrator Console, this either means it is not installed, or not properly recognized by IIS.

If you know that SMTP is installed, from a command prompt, type the following:

Code:

Quote:
regsvr32 %systemroot%system32inetsrvsmtpsnap.dll


This should register the necessary .dll file for IIS to recognize the service.

If SMTP is not installed, you will need to do the following:

1. Click Start -> Settings -> Control Panel -> Add/Remove Programs

2. Click the Add/Remove Windows Components button

3. Select Application Server and click Details.

4. Select Internet Information Services (IIS) and click Details.

5. Check the box for SMTP Service.

Once the installation is complete, open the IIS Manager and you should see the "Default SMTP Virtual Server".

However, by default, the SMTP Server can be connected to from *any* outside source. To restrict this, do the following:

1. Right-click Default SMTP Virtual Server, click Properties.

2. Click the Access tab.

3. Click the Connection button.

4. Change the option to "Only the list below"

5. Click Add, and type the server's IP address or range of IPs into the correct fields.


~~~ Cool Buddy ~~~

ADD TO DEL.ICIO.US  ADD TO DIGG  ADD TO FURL  ADD TO NEWSVINE  ADD TO NETSCAPE 
ADD TO TECHNORATI FAVORITES  Technorati ADD TO SQUIDOO  ADD TO WINDOWS LIVE  ADD TO YAHOO MYWEB  ADD TO ASK 
ADD TO REDDIT  ADD TO STUMBLEUPON  ADD TO GOOGLE   

07-15-2007 09:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: