We are upgrading to 2006 from 8.22 this weekend. We currently have our
web mail system integrated into our Intranet, such that when users login
to our Intranet, we pass that information to a script that logs them
into Imail's webmail system automatically. The way we do it now looks
something like this:
<form method="POST" action="http://OUR.IP.ADDRESS:8383/login.cgi"
name="Login">
<input type="hidden" name="page" value="login">
<input type="text" size="32" name="userid" value="<%=gLogin%>">
<input type="password" size="32" name="passwd" value="<%=gPWD%>">
</form>
<SCRIPT language="JavaScript" type="text/javascript">
document.forms[0].submit();
</script>
This simply submits the necessary form elements behind the scenes and
automatically logs the user in based on their login information from our
Intranet login page.
Does anyone have a solution that will work with the new web mail system?
Thanks.
Kevin
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/