There has been very limited documentations on the setting up of a SMTP
server (installed with IIS) on Windows XP. Could anyone shed some light?

Re: SMTP Server by Ken

Ken
Sat Oct 11 02:52:33 CDT 2003

There is documentation in the online help.

What exactly do you need help with? Installation? Configuration? What
configuration option?

Cheers
Ken

"RayM" <RayM@nospam.com> wrote in message
news:3f8772a3$1_1@news.tm.net.my...
: There has been very limited documentations on the setting up of a SMTP
: server (installed with IIS) on Windows XP. Could anyone shed some light?
:
:



Re: SMTP Server by RayM

RayM
Sat Oct 11 22:09:45 CDT 2003

I read the online help but it is of little help. I need to configure it to
work with my email clients Eudora and Outlook. I just need to send email
using my own SMTP server as some of the ISP won't allow email to get through
if it originated from other ISP email address.

"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:OUxOiy8jDHA.2772@TK2MSFTNGP12.phx.gbl...
> There is documentation in the online help.
>
> What exactly do you need help with? Installation? Configuration? What
> configuration option?
>
> Cheers
> Ken
>
> "RayM" <RayM@nospam.com> wrote in message
> news:3f8772a3$1_1@news.tm.net.my...
> : There has been very limited documentations on the setting up of a SMTP
> : server (installed with IIS) on Windows XP. Could anyone shed some light?
> :
> :
>
>



Re: SMTP Server by Ken

Ken
Sat Oct 11 22:20:15 CDT 2003

OK, so in Outlook you set your SMTP server to xx.xx.xx.xx where xx.xx.xx.xx
is the IP address of your SMTP server.

In the SMTP server config, you probably need to allow relay for the IP
address of the machine that Outlook/Eudora is running on.

If you are still having problems, please post error messages etc that you
are seeing.

Lastly, the online documentation does a good job of explaining what the
various options are for. That's what documentation is. You are looking,
instead, for a guide on how to setup an SMTP server to do "x", which
Microsoft doesn't supply (because there are too many possible scenarios for
"x"). You could have posted what you wanted to accomplish, and someone would
have helped you out.

Cheers
Ken


"RayM" <RayM@nospam.com> wrote in message news:3f88c5fc_1@news.tm.net.my...
: I read the online help but it is of little help. I need to configure it to
: work with my email clients Eudora and Outlook. I just need to send email
: using my own SMTP server as some of the ISP won't allow email to get
through
: if it originated from other ISP email address.
:
: "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
: news:OUxOiy8jDHA.2772@TK2MSFTNGP12.phx.gbl...
: > There is documentation in the online help.
: >
: > What exactly do you need help with? Installation? Configuration? What
: > configuration option?
: >
: > Cheers
: > Ken
: >
: > "RayM" <RayM@nospam.com> wrote in message
: > news:3f8772a3$1_1@news.tm.net.my...
: > : There has been very limited documentations on the setting up of a SMTP
: > : server (installed with IIS) on Windows XP. Could anyone shed some
light?
: > :
: > :
: >
: >
:
:



Re: SMTP Server by jcochran

jcochran
Mon Oct 13 09:30:14 CDT 2003

On Sun, 12 Oct 2003 11:09:45 +0800, "RayM" <RayM@nospam.com> wrote:

>I read the online help but it is of little help.

It assumes a level of understanding about SMTP you may not yet have.
If you ask a specific question we can help answer it. You may also
want to buy an IIS administration book such as the IIS Administrator's
Pocket Consultant.

>I need to configure it to
>work with my email clients Eudora and Outlook.

There's no configuration in SMTP to make it work with clients, you
configure clients to use that SMTP server. Check the Outlook and
Eudora documentation for that end.

>I just need to send email
>using my own SMTP server as some of the ISP won't allow email to get through
>if it originated from other ISP email address.

The youy install SMTP according to the online documentation, configure
the client to use it and you're done. What specific errors or
problems are you encountering?

Jeff