> I want to bypass Squirrelmail's login screen, and automate login based
> on an existing session which I have due to the fact that my site has
> it's own Auth. system...how would I do so without tampering too much
> with the fabric of the SquirrelMail's own authentication system?

There's no real easy way to do this seamlessly.  I am guessing that your
other system has a session-based login system, whereas SM's is currently
cookie-based (this will change in the future).  You'd basically have to
write some custom code that spits out a SquirrelMail cookie when the user
clicks to see their email.  You might want to review the code in
src/redirect.php to see how SM does it.  After you mimick that, you can
link directly to webmail.php.

 - Paul


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to