Hi Kevin,

you can have a look at http://support.ipswitch.com/kb/IM-20051206-DM06.htm.

Bye
Mauro

----- Original Message ----- From: "Kevin Rogers" <[EMAIL PROTECTED]>
To: <Imail_Forum@list.ipswitch.com>
Sent: Friday, February 15, 2008 10:28 PM
Subject: [IMail Forum] Automatic Login to Webmail


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/


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/

Reply via email to