PDA

View Full Version : HOWTO - Redirect users to a specific webmail interface


John Gibson
08-23-2005, 08:36
Hi all,

Simply, I am trying to make webmail easier for my users.

They go to xxxxxxxx.com, hit cancel and they are given a log in, from there they get to choose from three different choices. I want to remove two of these so I don't have to worry about supporting three different versions of Webmail.

How would this been done?

John

Crawl
08-25-2005, 06:22
You can send users to http://www.yoursite.com:2095/ - which is Web Mail Login page.
Or you can create your own login form:

<form action="http://www.yoursite.com:2095/login/" method="POST">
<table>
<tr><td>Username</td>
<td><input type="text" name="user" size="16"></td></tr>
<tr><td>Password</td><td><input type="password" name="pass" size="16">
</td></tr><tr><td colspan="2"><div align="right">
<input type="submit" value="Login">
</div></td></tr>
</table></form>


and paste on any page of your site.
I'm not sure that it's the best way but it's something.

brianmax
09-13-2005, 22:35
You need to use 2096 instead of 2095.

I was wondering about this too.

Is there a way to specify one of the three webmail interfaces???