How about running Imail on your preferred port and IIS on the other port.
You can set your default.asp file on the non-preferred port to the following
code which will immediately redirect them to the preferred port (in this
case 80) on the same host.

<%
newlocation="http://" & left(request.servervariables("HTTP_HOST"), _
            instr(request.servervariables("HTTP_HOST"), ":")-1) & ":80"
response.redirect newlocation
%>


Hope this helps.

--Todd.


----- Original Message -----
From: "Jonas Fornander" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 4:29 AM
Subject: [IMail Forum] Both port 80 and 8383


> Is there a way to make Web Messaging listen on both port 80 and 8383?
>
> Jonas Fornander - System Administrator
> Netwood Communications, LLC - www.netwood.net
> Find out why we're better - 310-442-1530
>
> 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