Re: [IMail Forum] Web iMail

2001-06-29 Thread Jerry Murdock
: Re: [IMail Forum] Web iMail Russ's methods of WebMail location (I use all 4 of these to make sure that every browser can catch it): 1 - if you have an ASP server, you can use a %response.redirect(http://mail.server.com:8383)% at the top of the page, before ANY HTML code 2 - use a META

RE: [IMail Forum] Web iMail

2001-06-29 Thread Rod Dorman
Carlos Fernandes wrote: To: [EMAIL PROTECTED] Please don't ask for read receipts when sending to a mailing list. Its annoying, and, do you really want to get hundreds of receipts? -- [EMAIL PROTECTED] “The avalanche has already started, it is too Rod Dorman late for the

RE: [IMail Forum] Web iMail

2001-06-28 Thread Kevin Crawford
-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

RE: [IMail Forum] Web iMail

2001-06-28 Thread Craig Gittens
: [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

[IMail Forum] Web iMail

2001-06-28 Thread Carlos Fernandes
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

Re: [IMail Forum] Web iMail

2001-06-28 Thread Tom Cyr
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

Re: [IMail Forum] Web iMail

2001-06-28 Thread Mike
A simple workaround is to put a redirect on your IIS server at mail.domain.com that will redirect them to the correct place. - Original Message - From: Carlos Fernandes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 7:29 AM Subject: [IMail Forum] Web iMail I

Re: [IMail Forum] Web iMail

2001-06-28 Thread Russ Porosky
for me, i've had no complaints of it not redirecting properly. i don't guarantee it will work for you however, so feel free to muck around with it. - Original Message - From: Carlos Fernandes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 8:29 AM Subject: [IMail Forum

RE: [IMail Forum] Web iMail

2001-06-28 Thread Scott Phelps
; __ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Total Access Sent: Thursday, June 28, 2001 1:04 PM To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] Web iMail If you're using IIS 4.0 or later on the machine, you could use an asp redirect page