Hi
I'm using apache authentication to accept users to my website. I use the
user and password from that authentication to validate the user through all
the website using php variables $PHP_AUTH_USER and $PHP_AUTH_PW.
I would like to use this data to login to sqwebmail instead of having always
to reenter the user pass info.
Sqwebmail receives this parameters by the post method and I don't want to
have them in the form on the webpage where anyone can see them...
Does anyone has any Idea how to do this?
Thank you,
Filipe