If you have IIS still listening on that port, you can serve this page
<html>
<head>
<META NAME="Robots" CONTENT="NOINDEX">
<script language="JavaScript">
   var time = null
   function redirect()
   {
       window.location = location.href.replace(':8383','');
      }
</script>

</head>

<body onload="timer=setTimeout('redirect()',1000)">
<H1>Page has Moved.</H1>
   You will redirected in 1 seconds.
</body>
</html>



John Shacklett wrote:
I'm making the jump to a new mailserver this weekend, and I've hit two
snags. I know that the answers to both of these questions are in the
archives, but the search feature on the list archive appears to be broken
currently. My apologies to all, both for the OT question as well as for
reasking.

Question one:

Many, many of our users have existing shortcuts and bookmarks to webmail on
our old Imail machine at the webserver:8383 address. The new machine will
have the same FQDN, but the webclient won't run on 8383 any more, it will
run on 80. We won't have time to track down every user and update those
links, so we're looking for ways to accommodate them. What are people using
for port forwarding? I tried using stunnel last night to intercept an 8383
session and redirect it to 80, with dismal results. There must be a smarter
and more elegant solution.

Thanks,

John S

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.


--
Richard Lanard
Information Technology Support
University of Georgia Business Outreach Services /SBDC
1180 East Broad Street - Chicopee Complex
Athens, Ga 30602-5412
phone: (706) 542-6774  fax: (706) 542-6776
[EMAIL PROTECTED]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to