<div class="gmail_quote">Hello,<br>My company have almost ten thousand mailboxes on Cyrus Imap.<br>We use Thunderbird for IMAP client and PHP for webmail.<br>We have a problem in a very few mailboxes. This boxes don&#39;t have any visible problem with Thunderbird access but in PHP, the (webmail) access provide a &quot;segmentation failed&quot;.<br>

If I modify the cyrus.header file the &quot;segmentation failed&quot; problem is resolved.<br><br>This is a problematic cyrus.header:<br>¡^B&lt;8b&gt;^MCyrus mailbox header<br>&quot;The best thing about this system was that it had lots of goals.&quot;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --Jim Morris on Andrew<br>user.0240169xxxx &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5bc4b7c0488731c8<br>0240169xxxx &nbsp;&nbsp;&nbsp; lrswipcda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $Forwarded $label1 $label4 $label2 $label3 $label5 $MDNSent NonJunk acade acgap alfredo andre_porto carneiro chevalier cida-bruno cida_coutinho claudia concei&amp;aoca4w-o daniela elaine erlan fazer_reuni&amp;aom-o fernanda godinho helenac inah joao_almeida katia lm luis mara marcio_rfb marco maria_lucia_-_acbsa nelicio pc pendente plinio pp resolvido rwagner tema vinicius-oracle<br>

0240169xxxx &nbsp;&nbsp;&nbsp; lrswipcda<br><br>If I modify cyrus.header, the &quot;segmentation failed&quot; is resolved, but this generate a Thunderbird labels messages problem.<br><br>Modified cyrus.header:<br>¡^B&lt;8b&gt;^MCyrus mailbox header<br>

&quot;The best thing about this system was that it had lots of goals.&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --Jim Morris on Andrew<br>user.0240169xxxx &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5bc4b7c0488731c8<br>0240169xxxx &nbsp;&nbsp;&nbsp; lrswipcda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $Forwarded $label1 $label4 $label2 $label3 $label5 $MDNSent NonJunk<br>

0240169xxxx &nbsp;&nbsp;&nbsp; lrswipcda<br><br>Thunderbird version: <a href="http://2.0.0.14" target="_blank">2.0.0.14</a>;<br>PHP version (Debian Etch): 5.2.0-8+etch7<br>Cyrus Impad version: cyrus-imapd-2.2.12-8.1.RHEL4<br><br>I use this simple php script for tests:<br>

&lt;?php<br>$mbox = imap_open(&quot;{myserver:143/notls}INBOX&quot;, &quot;0240169xxxx&quot;, &quot;password&quot;) or die(&quot;can&#39;t connect: &quot; . imap_last_error());<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $list = imap_list($mbox, &quot;{myserver:143}INBOX&quot;, &quot;*&quot;);<br>

&nbsp;&nbsp;&nbsp;&nbsp; if (is_array($list)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; foreach ($list as $val) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo imap_utf7_decode($val) . &quot;\n&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo &quot;imap_list failed: &quot; . imap_last_error() . &quot;\n&quot;;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; imap_close($mbox);<br>?&gt;<br>If the cyrus.header file is the problematic one, the result of this script is a list os subfolders and a &quot;segmentation failed&quot;.<br><br>Where is the problem?<br>

<br>Thanks.<br><font color="#888888"><br>-- <br>Émerson Virti<br><a href="mailto:emerson.virti@gmail.com" target="_blank">emerson.virti@gmail.com</a><br>
</font></div>