Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SMTP server in IIS.....

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  ASP engine siezes  
Author Message
user1945

External


Since: Jul 22, 2004
Posts: 2



(Msg. 1) Posted: Thu Jul 22, 2004 2:36 pm
Post subject: SMTP server in IIS.....
Archived from groups: microsoft>public>inetserver>iis, others (more info?)

I am new to this so excuse my ignorance.....

I have several COM+ components sat on an application server that sits in a
DMZ, it is not publicly accessable from the outside world and it is only
used to process requests from an asp.net site hosted in IIS6.0, now one of
the COM+ components requires access to an SMTP server to send emails when
users perform certain tasks.

So the question is can I install an SMTP sever in IIS 6.0 on the public
facing web server?

Is this a common way to send emails?

Is there anything special I have to do to get this to work?

Cheers

Jim

 >> Stay informed about: SMTP server in IIS..... 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Thu Jul 22, 2004 2:36 pm
Post subject: Re: SMTP server in IIS..... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jim" <e RemoveThis @e.com> wrote in message
news:%23ywtTf9bEHA.1652@TK2MSFTNGP09.phx.gbl...
 > I am new to this so excuse my ignorance.....
 >
 > I have several COM+ components sat on an application server that sits in a
 > DMZ, it is not publicly accessable from the outside world and it is only
 > used to process requests from an asp.net site hosted in IIS6.0, now one of
 > the COM+ components requires access to an SMTP server to send emails when
 > users perform certain tasks.
 >
 > So the question is can I install an SMTP sever in IIS 6.0 on the public
 > facing web server?

Yes, there's one included with IIS.

 > Is this a common way to send emails?

Yes.

 > Is there anything special I have to do to get this to work?

Read the docs and make sure it's secure.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: SMTP server in IIS..... 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Thu Jul 22, 2004 10:55 pm
Post subject: Re: SMTP server in IIS..... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Yes, you can install SMTP on the webserver. You should make sure that it is
secure, so nobody is using it to send spam.

I can recommend you to look at this KB Article:

How To Prevent Mail Relay in the IIS SMTP Virtual Server in Windows Server
2003
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?kbid=324281" target="_blank">http://support.microsoft.com/default.aspx?kbid=324281</a>

--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Jim" <e RemoveThis @e.com> wrote in message
news:%23ywtTf9bEHA.1652@TK2MSFTNGP09.phx.gbl...
 > I am new to this so excuse my ignorance.....
 >
 > I have several COM+ components sat on an application server that sits in a
 > DMZ, it is not publicly accessable from the outside world and it is only
 > used to process requests from an asp.net site hosted in IIS6.0, now one of
 > the COM+ components requires access to an SMTP server to send emails when
 > users perform certain tasks.
 >
 > So the question is can I install an SMTP sever in IIS 6.0 on the public
 > facing web server?
 >
 > Is this a common way to send emails?
 >
 > Is there anything special I have to do to get this to work?
 >
 > Cheers
 >
 > Jim
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: SMTP server in IIS..... 
Back to top
Login to vote
informatica

External


Since: Jul 23, 2004
Posts: 2



(Msg. 4) Posted: Fri Jul 23, 2004 12:20 pm
Post subject: Re: SMTP server in IIS..... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You could indeed use your public server to send e-mails through IIS 6.

Alternatively, you could avoid some security worries if you were to install
the SMTP server on your application server. That way, the SMTP service can
still send messages, but could not accept any connections from the outside.

However, the most secure and most managable solution is to simply configure
your components to send mail to your ISPs SMTP server.

(I do wonder though, if the application server does not need to accept
connections from outside the firewall, why is it in your DMZ?)

--

Sven


"Jim" <e.DeleteThis@e.com> wrote in message
news:%23ywtTf9bEHA.1652@TK2MSFTNGP09.phx.gbl...
 > I am new to this so excuse my ignorance.....
 >
 > I have several COM+ components sat on an application server that sits in a
 > DMZ, it is not publicly accessable from the outside world and it is only
 > used to process requests from an asp.net site hosted in IIS6.0, now one of
 > the COM+ components requires access to an SMTP server to send emails when
 > users perform certain tasks.
 >
 > So the question is can I install an SMTP sever in IIS 6.0 on the public
 > facing web server?
 >
 > Is this a common way to send emails?
 >
 > Is there anything special I have to do to get this to work?
 >
 > Cheers
 >
 > Jim
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: SMTP server in IIS..... 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]