[imp] IMP search is not working

msc horde at matthiasschwarz.de
Wed Aug 17 10:16:08 UTC 2011


Hi Michael,

i found the problem, it is the suhosin patch.
on every serach this entry is syslogged:
suhosin[6693]: ALERT - ASCII-NUL chars not allowed within request  
variables - dropped variable 'view' (attacker '217.92.xxx.xxx', file  
'/var/www/horde/services/ajax.php')

After changing suhosin config to this

suhosin.cookie.disallow_nul = off
suhosin.get.disallow_nul = off
suhosin.post.disallow_nul = off
suhosin.request.disallow_nul = off

search is working.

I also found this article related to this topic in the imp mailinglist  
http://www.mailinglistarchive.com/html/imp@lists.horde.org/2011-05/msg00095.html


Matt


Zitat von Michael M Slusarz <slusarz at horde.org>:

> Quoting msc <horde at matthiasschwarz.de>:
>
>> search is not working. search wheel is running and running but will  
>> never finished.
>> I'm sure search was working in my system, maybe till last release?
>> Webserver log is empty, also in "debug" horde logs aren't relevant entries.
>
> Search works fine here.  Most likely, you have a slow IMAP server  
> and the search is taking so long that your PHP connection is timing  
> out.
>
> michael
>
> ___________________________________
> Michael Slusarz [slusarz at horde.org]
>
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org





More information about the imp mailing list