Re: Search option broken in SquirrelMail 1.4.20-RC2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

-- 
Tomas


------------------------------------------------------------------------------
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


[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux