Hi, For info, the file /tmp/imaplog contains IMAP protocol logs.I've tried to debug, adding some traces in the code, but it's to difficult for me to understand where the bug resides exactly. The problem occurs when IMP try to select the non existing folder "impsearch\000dimpqsearch". Not surprising, this name seems to be an internal name for IMP !
The [SELECT "impsearch\000dimpqsearch"] command may not succeed, for sure. I don't know why IMP tries to do this SELECT. Try to downgrade to version 5.0.3 ?
Olivier Le 01/06/2011 13:11, LALOT Dominique a écrit :
Hi Olivier 2011/5/31 Olivier <oliv...@ablinux.com <mailto:oliv...@ablinux.com>> Hi, First, suhosin blocks null chars. You must add the following in your apache configuration if you are using php + suhosin: php_flag suhosin.request.disallow_nul off php_flag suhosin.post.disallow_nul off php_flag suhosin.get.disallow_nul off OK, but suhosin is not installed and you can see \000 in the tshark trace Second, I have the same problem, the click on a search result works well with the traditional interface, but it doesn't work with the dynamic interface (dimp)Yes, it works using trad interface. Don't know when the search broke exactly. I'm fairly sure it was working before.Dom Olivier Le 31.05.2011 11:26, LALOT Dominique a écrit : Hello, I have that last imp version 5.0.4 Search is working, but when I click a mail, I get a mailbox does not exist. Running tshark, I observe: I am faily sure, it was working before in 5.0.x. Any ideas? 62.362616 139.124.132.126 -> 139.124.132.191 IMAP Request: 6 *SELECT "impsearch\000dimpqsearch"* 62.402223 139.124.132.191 -> 139.124.132.126 TCP 13105> 60710 [ACK] Seq=22839 Ack=166 Win=5888 Len=0 TSV=897312804 TSER=35639150 62.402249 139.124.132.126 -> 139.124.132.191 IMAP Request: 62.402405 139.124.132.191 -> 139.124.132.126 TCP 13105> 60710 [ACK] Seq=22839 Ack=168 Win=5888 Len=0 TSV=897312804 TSER=35639154 62.402963 139.124.132.191 -> 139.124.132.126 IMAP Response: 6* NO Mailbox does not exist * my backend: $servers['advanced'] = array( // Disabled by default 'disabled' => false, 'name' => 'U2', 'hostspec' => 'imap.univmed.fr <http://imap.univmed.fr>', 'hordeauth' => true, 'protocol' => 'imap', 'port' => 13105, 'secure' => false, 'maildomain' => '', 'quota' => array( 'driver' => 'imap', 'params' => array( 'hide_when_unlimited' => true, 'unit' => 'GB' ) ), 'admin' => array( 'params' => array( 'userhierarchy' => 'user/', 'protocol' => 'imap/notls', 'hostspec' => 'imap.univmed.fr <http://imap.univmed.fr>', 'port' => 143 ) ), 'acl' => true, 'cache' => true, ); -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org <mailto:imp-unsubscr...@lists.horde.org> -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire.univmed.fr/showuser.php?uid=lalot
<<attachment: olivier.vcf>>
-- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org