Imail's web thingy uses 2 types of cgi. Any html include files have to have
the .cgi as an extension or the html isn't parsed. The other cgi such as
login.cgi are internals from the Imail web server. 

Unfortunatly there is no way to access this cgi from outside the imail
server. The only way I've found that works is to pass the user id and
password to the existing login.html . Modify the template file so that it
acts as a redirect.

The next glitch is that due to the port difference you can't just use
cookies as Netscape regards www.xyz.com and www.xyz.com:8383 as separate
domains and won't pass the cookie. Lastly the Imail server can't handle the
post or get method from outside its own server.
You have to manually build the url string and do a "document.location = "
from the outside and then strip the name and password from the querystring
on the Imail side.


If you aren't comfortable with Javascript mail me off list and I'll send you
the code snippets to handle this.

-----Original Message-----
From: Sumit Rishi [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 24, 2000 10:08 PM
To: [EMAIL PROTECTED]
Subject: [IMail Forum] imail login form


Hi all
We have recently installed imail server 6.0 on our server. My site is an asp

based site - I use ezsignup for auto-registering for users. Now I want that 
once a user has logged into my site - he need not login again to imail login

form - i guess for this i will have to make changes in login.cgi - but i am 
not able to find any cgi files on the server - i wonder how it is working???

can anyone help please?
sumit
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

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

Reply via email to