I have a custom login page that POSTs username and password to an
authentication script. After authenticating, it redirects to a different
webmail login page depending on the user. For SquirrelMail, is there a way I
can bypass the login screen in this situation? Any suggestions would be
greatly ap
Hi, I am novice when it comes to PHP and configuring webmail. I have coded a
simple login page that takes in a username and password that then
authenticates the user through an LDAP bind. I retrieve the IMAP server of
that user and am now stumped on how to configure SquirrelMail for a
redirect. I