If someone is interested in a php version of this, inclusive the option to
use the same file and the same account in iis for more domains. we are using
php to get the domain, and to set up a frameset with another frame (0 size)
for logging access...


----- Original Message -----
From: "Scott MacLean" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 23, 2000 2:14 PM
Subject: Re: [IMail Forum] http://www.domain.com:8383 ??


> At 03:09 AM 10/23/2000, List Server wrote:
>
> >From: <[EMAIL PROTECTED]>
> >Date: Sun, 22 Oct 2000 17:06:38 -0500
> >Subject: RE: [IMail Forum] http://www.domain.com:8383 ??
> >Reply-To: [EMAIL PROTECTED]
> > > the only way that I think that you could do what your talking
> > > about with IIS on the same machine is to make sure that all your
> > > web hosts are bound to a different IP then your web mail hosts.
> > > If you have domains setup to listen on all unassigned IPs on a
> > > machine then it will automatically listen to all the IPs and will
> > > block the Imail web server.
> >
> >Sorry, can't do that with IMail. IMail will bind to every IP on the
server,
> >so if you've got it configured to serve web templates on port 80, you
won't
> >be serving *any* IIS sites on port 80, regardless of your IP
configuration.
>
> Actually, there *is* a way to do this.
>
> This is assuming that your www.domain.com and mail.domain.com IP addresses
> are the same. Set up two domains under IIS - one to server the web content
> as normal. The other one is set up to serve requests only for
> mail.domain.com. Inside that domain, you set up an index.asp file which
> contains the following:
>
> <%Response.Redirect "http://mail.domain.com:8383"%>
>
> When the user types http://mail.domain.com, his browser will be redirected
> invisibly (i.e. he won't know) to http://mail.domain.com:8383.
>
> You could also set up the 404 error for the mail.domain.com domain so that
> it also points to the index.asp file. This way, if the user goes to
> http://mail.domain.com/anything it still redirects to the :8383 address.
>
> __________________________________________________________________________
> Scott MacLean, CASMEL-I                            http://www.nerosoft.com
> [EMAIL PROTECTED]                                           ICQ: 9184011
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to