If Imail is running on a box with no other web server installed, just change the port 
to 80. We did this from day one with no problems.

Tom Cyr

----- Original Message ----- 
From: "Kevin Crawford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 28, 2001 11:02 AM
Subject: RE: [IMail Forum] Web iMail


<%@language="vbscript" %>
<%
Dim strServerName
strServerName = "http://";
strServerName = strServerName & Request.ServerVariables("SERVER_NAME")
strServerName = strServerName & ":8383"
response.redirect strServerName
%>
serve up the ip on IIS with this as the default page
don't know of any more elegant ways

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Carlos
Fernandes
Sent: Thursday, June 28, 2001 10:30 AM
To: [EMAIL PROTECTED]
Subject: [IMail Forum] Web iMail


I want to configure the web messaging portion of iMail to work without my
users having to type the port number all the time.

Is there a way to do this?  Also, is there a way to get around having to
type the http:// when attempting to access the site?  If I don't type the
http manually, it doesn't connect.

Example:  I want them to be able to type something like mail.domain.com
instead of http://mail.domain.com:8383.


Cheers,
Carlos


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/



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