Hi Tomas,
Thanks for the help. I updated the build to squirrelmail-20100201_0200-SVN.stable.tar.gz
and now it is working fine.
I had to put the .htaccess with the following content
"php_flag zlib.output_compression off"
Many thanks for the quick help.
Abdul Khader
On 2/1/2010 1:45 PM, Abdul Khader wrote:
Hi,
I added .htaccess file and now I am seeing the search page but when I
do search, I get the following error.
ERROR: Could not complete request.
Query: FETCH (FLAGS UID RFC822.SIZE INTERNALDATE
BODY.PEEK[HEADER.FIELDS (Date To Cc From Subject X-Priority Importance
Priority Content-Type)])
Reason Given: Error in IMAP command received by server.
Regards
Abdul Khader
On 2/1/2010 1:18 PM, Tomas Kuliavas wrote:
2010.02.01 09:27 Abdul Khader rašė:
Hi,
I cannot turn off zlib.output_compression = On, since it is required by
our website which also runs on this system.
I have tried Firefox, chrome, safari, Opera and I.E.
In opera however I can see the search page. But when I search based on
"Subject", I get the following error.
"ERROR: Could not complete request.
Query: FETCH (FLAGS UID RFC822.SIZE INTERNALDATE BODY.PEEK[HEADER.FIELDS
(Date To Cc From Subject X-Priority Importance Priority Content-Type)])
Reason Given: Error in IMAP command received by server."
Where as any other browser does not even show the search page and
instead show junk.
"ERROR: Could not complete request." error comes from 1.4.20-rc2 or from
1.4.20-svn? Could you set IMAP server type to hmailserver in SquirrelMail
configuration in order to force use of basic quoted strings instead of
literals?
You can turn off zlib.output_compression. See
http://php.net/manual/en/ini.list.php,
http://php.net/manual/en/configuration.changes.modes.php
zlib.output_compression is PHP_INI_ALL.
you can turn it off in Apache configuration.
---
<directory /path/to/squirrelmail>
php_flag zlib.output_compression off
</directory>
---
in .htaccess (if server uses them)
---
php_flag zlib.output_compression off
---
or in SquirrelMail config/config_local.php
---
<?php
ini_set('zlib.output_compression',0);
---
If you have more than 20 thousand messages in that mailbox, you will have
serious performance issues in sorting and search on Courier.
Email secured by Check Point
|
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users