Hey guys, I noticed strange behavior from SM 1.2.9.

We have a few virtual mail servers handling mail for a bunch of different domains. To allow customer access, we created a proxy that does an nslookup and redirects the request to a specific server.

So a customer goes to a central page, inserts login info, we redirect to the relevant host with http://hostname.net/mail/src/redirect.php?..=..&...=... .

I edited redirect.php to allow global variables.

Here is the strange behavior:
- When logging in directly (IE: http://hostname.net/mail) I can see all the plugins that I chose.

- When going through the proxy, I see all but the last 2 plugins. Which plugins, and how many varies.

The only thing I changed under redirect.php was to take out 2 references to $_POST['..'] for username and pass, and instead used
if (isset($login_username)) etc.

Anyone with some knowledge of the code have any idea why this would result in missing plugins under options.php? I am looking at the code now, but do not see anything that would be related.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to