kloh
12-30-2001, 05:18 PM
My host uses cpanel and neomail for webmail. It is a name-based account so the problem I have with it is, the only way an end user can access the webmail is to log-in with his/her full email address (instead of just username)
One solution I have is to create my own index page at a subdomain (mail.mydomain.com) where I create my own login page and the user is promted for their username. I then need to have a script that opens the following URL, where the "user" portion of the URL is taken from the form-based login screen:
http://user@mydomain.com:2095/user+mydomain.com/neomail.pl
Furthermore, once that URL is entered into the browser, I will receive a popup that asks for username and password again. However, at that point, at least the username doesn't have to be the full email address.
This is where I need help. Does anyone know how to code this form? Or perhaps code a form that will include the password as well so the popup doesn't appear?
One solution I have is to create my own index page at a subdomain (mail.mydomain.com) where I create my own login page and the user is promted for their username. I then need to have a script that opens the following URL, where the "user" portion of the URL is taken from the form-based login screen:
http://user@mydomain.com:2095/user+mydomain.com/neomail.pl
Furthermore, once that URL is entered into the browser, I will receive a popup that asks for username and password again. However, at that point, at least the username doesn't have to be the full email address.
This is where I need help. Does anyone know how to code this form? Or perhaps code a form that will include the password as well so the popup doesn't appear?
