Never tried it, but how about (in Cold Fusion or ASP...)

1.  Create a virtual directory called "mail" under each of your websites
2.  Have a login page in that folder that posts to "login2.cfm" or "login2.asp"
3.  Have login2 do a "POST" operation to the real mail server
with the user name concatenated with the domain name as the login ID
and also post in the password.  There are ways in Cold Fusion and ASP
to determine the domain name of the site being visited, so do something like:

        loginID = lastformLogin + "%" + domainname
        Password = lastformPassword

And then post both to http://www.your-mail-server.com:8383/script-name

Just a guess, but should work....




At 01:36 AM 9/23/2001, you wrote:
Does any one have a method to logon to
web messaging for virtual host without
having to type the full email address.
thanks
Rick

Reply via email to