Jason, you could do it like this which would not matter what type
server you are running.

[Put this form on your web page]
<form method="POST" action="http://mail.domain.com:8383/login.cgi">
   <input type="hidden" name="page" value="login">
   <table cellpadding=0 cellspacing=0>
      <tr>
        <td align="right"><font face="Arial,Helv"
size="2">UserID:&nbsp;</font></td>
        <td><input type="text" size=20 name="userid"></td>
      </tr>
      <tr>
        <td align="right"><font face="Arial,Helv"
size="2">Password:&nbsp;</font></td>
        <td><input type="password" size=20 name="passwd"></td>
      </tr>
      <tr>
        <td align="right" valign="top" colspan="2">
          <input type="submit" value="Logon"></td>
      </tr>
   </table>
</form>

[Then put this META tag in the header of your login.html]
<meta http-equiv="Refresh" content="0; URL=http://yourwebserver.com">

So users could log in right from the web site.  When they log
out and Imail dumps them back to login.html they are instantly
sent back to the page of your choice.

Dusty

----- Original Message -----
From: Jason Cox <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 12, 1999 11:20 AM
Subject: [IMail Forum] remote login confusion


Scott,
Do you know how to do that using Php? Our servers are running Linux.




Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to