It is php setting, not SquirrelMail. SquirrelMail can be run on different
php versions. register_globals setting can be controlled by php scripts
only in php 4.2.3 and older.

You can turn it off in php.ini, webserver configuration or .htaccess file.

from apache config

<directory /usr/share/squirrelmail>
  php_flag register_globals off
</directory>

If you still have mailbox caching issues in stable SquirrelMail, check
https://sourceforge.net/tracker/index.php?func=detail&aid=1304408&group_id=311&atid=423679

Patch on tracker should fix some caching issues that might happen when
messages are deleted or moved or pagination is switched off.

> Tomas,
>
> Thanks much for your help!
>
> One question for you..where in the squirrelmail configs is the setting for
> register_globals?  I searched the config.php and didn't come up with
> anything.
>
> Best,
>
>
> Keefe John
> Partner/Consultant
> Techware PC
> 57 N Main St, Suite H
> Hartford WI 53027
> T: 262.808.9000
> TF: 800.TECHWARE
> M: 262.893.9518
> ---------------------------------
> Want to cut your phone bill in half?  See http://www.twvoice.com for
> details.
>
> -----Original Message-----
> From: Tomas Kuliavas [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 05, 2006 2:17 AM
> To: squirrelmail-users@lists.sourceforge.net
> Cc: [EMAIL PROTECTED]
> Subject: RE: [SM-USERS] Re: Read Messages Not Unread After Back
>
> Dovecot 1.0 alpha versions return invalid responses to UID STORE commands.
>  When SquirrelMail marks message as read, scripts issue UID STORE command.
> Please upgrade. If you want more detailed explanation - search dovecot
> mailing list.
>
> It is strongly recommended to turn off globals in SquirrelMail
> installation.
>
>> Sorry, here are some specs:
>>
>> Working server:
>> Mandriva
>> Postfix
>> PHP 4.4.0 with register_globals on
>>
>> Nonworking server:
>> Debian 3.1
>> Dovecot 1.0.alpha4
>> PHP 4.3.11 with register_globals on
>>
>> Keefe
>>
>> -----Original Message-----
>> From: Tomas Kuliavas [mailto:[EMAIL PROTECTED]
>> Sent: Friday, May 05, 2006 12:32 AM
>> To: squirrelmail-users@lists.sourceforge.net
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: [SM-USERS] Re: Read Messages Not Unread After Back
>>
>>> I really don't think it's a browser issue.  On my other server
>>> running postfix/courier and squirrelmail 1.4.6 everything works
> correctly.
>>> After reading an unread message and hitting back the message will
>>> appear
>> unread.
>>>
>>> Any thoughts?
>>
>> Remember, Fredrik asked about dovecot version number. PHP version
>> number and register_globals setting might be useful too.
>>
>> --
>> Tomas
>>
>>
>>
>> -------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services,
>> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier Download IBM WebSphere Application Server v.1.0.1 based on
>> Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
>> 42
>> --
>> squirrelmail-users mailing list
>> Posting Guidelines:
>> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
>> List Address: squirrelmail-users@lists.sourceforge.net
>> List Archives:
>> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
>> List Archives:
>> http://sourceforge.net/mailarchive/forum.php?forum_id=2995
>> List Info:
>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>>
>
>
>



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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