<div style="font-family: Tahoma; font-size: 14px;">Thanks a lot! Tomorrow I will be digging this ;)<br /><br />
<div id="wt-mailcard">
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
<br /><hr /><br /><br /><span style="font-family: Arial, Helvetica, sans-serif; font-size: small;"><strong>Da:</strong> Ken Murchison <murch@fastmail.com><br /><strong>A:</strong> info-cyrus@lists.andrew.cmu.edu<br /><strong>Data:</strong> 2 agosto 2017 19.25.22 CEST<br /><strong>Oggetto:</strong> Re: any working cyrus-imapd-3.0.2?<br /></span><br /><br />
<blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;">
<p><a href="https://www.cyrusimap.org/imap/download/upgrade.html#copy-config-files-and-update">https://www.cyrusimap.org/imap/download/upgrade.html#copy-config-files-and-update</a></p>
<p> </p>
<br />
<div class="moz-cite-prefix">On 08/02/2017 01:18 PM, Gabriele Bulfon wrote:</div>
<blockquote cite="mid:5504784.2.1501694304320@webtop">
<div style="font-family: Tahoma; font-size: 14px;">I upgraded the cyrus binaries from 2.4.12 to 3.0.2.<br /> The cyrus daemons run, imap authentication works, logs look fine.<br /> But then, no folder...users authenticate but there is no folder.<br /> Using cyradm on the original 2.4.12 host, "lm" shows every folder.<br /> Using cyradm on the new upgraded, "lm" shows nothing.<br /> <br /> Any idea?<br /> <br /> Gabriele<br /> <br />
<div id="wt-mailcard">
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
<br /><hr /><br /> <br /> <span style="font-family: Arial, Helvetica, sans-serif; font-size: small;"><strong>Da:</strong> Gabriele Bulfon <a class="moz-txt-link-rfc2396E" href="mailto:gbulfon@sonicle.com"><gbulfon@sonicle.com></a><br /> <strong>A:</strong> Stephan Lauffer <a class="moz-txt-link-rfc2396E" href="mailto:lauffer@ph-freiburg.de"><lauffer@ph-freiburg.de></a><a class="moz-txt-link-abbreviated" href="mailto:info-cyrus@lists.andrew.cmu.edu">info-cyrus@lists.andrew.cmu.edu</a><br /> <strong>Data:</strong> 2 agosto 2017 15.34.18 CEST<br /> <strong>Oggetto:</strong> Re: any working cyrus-imapd-3.0.2?<br /> </span><br /> <br />
<blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;">
<div style="font-family: Tahoma; font-size: 14px;">We've almost finished packaging cyrus imapd 3.0.2 on XStreamOS.<br /> I had to make a patch to build, though:<br /> <br />
<pre>--- cyrus-imapd-3.0.2/imap/mailbox.h    Wed Aug  2 12:48:45 2017
+++ cyrus-imapd-3.0.2/imap/mailbox.h.new        Wed Aug  2 12:50:48 2017
@@ -283,7 +283,10 @@
 #define ITER_SKIP_DELETED (1<<2)

 /* pre-declare message_t to avoid circular dependency problems */
+#ifndef MESSAGE_T_DEFINED
 typedef struct message message_t;
+#define MESSAGE_T_DEFINED
+#endif

 struct mailbox_iter {
     struct mailbox *mailbox;
--- cyrus-imapd-3.0.2/imap/message.h    Wed Aug  2 12:51:53 2017
+++ cyrus-imapd-3.0.2/imap/message.h.new        Wed Aug  2 12:52:26 2017
@@ -196,7 +196,11 @@
 /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
 /* New message API */

+#ifndef MESSAGE_T_DEFINED
 typedef struct message message_t;
+#define MESSAGE_T_DEFINED
+#endif
+
 struct mailbox;

 /* Flags for use as the 'format' argument to
</pre>
Gabriele<br /> <br />
<div id="wt-mailcard">
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
<tt><br /> <br /> <br /> ----------------------------------------------------------------------------------<br /> <br /> Da: Stephan Lauffer <a class="moz-txt-link-rfc2396E" href="mailto:lauffer@ph-freiburg.de"><lauffer@ph-freiburg.de></a><br /> A: <a class="moz-txt-link-abbreviated" href="mailto:info-cyrus@lists.andrew.cmu.edu">info-cyrus@lists.andrew.cmu.edu</a> <br /> Data: 1 agosto 2017 9.26.02 CEST<br /> Oggetto: any working cyrus-imapd-3.0.2?<br /> <br /> </tt>
<blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;"><tt>Hi!<br /> <br /> Anybody with a working cyrus-imapd-3.0.2? Could I get the configure <br /> parameter and the name of the distro (or pre build packages)?<br /> <br /> -- <br /> Liebe Gruesse, with best regards<br /> Stephan Lauffer<br /> <br /> Pedagogical University Freiburg - Germany<br /> <a class="moz-txt-link-freetext" href="http://www.ph-freiburg.de/zik/">http://www.ph-freiburg.de/zik/</a><br /> Fon/ Fax: +49 761 682 -559/ -486<br /> <br /> <br /> <br /> <br /> ----<br /> Cyrus Home Page: <a class="moz-txt-link-freetext" href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a><br /> List Archives/Info: <a class="moz-txt-link-freetext" href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a><br /> To Unsubscribe:<br /> <a class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a><br /> <br /> <br /> <br /> <br /> </tt></blockquote>
</div>
<pre>----
Cyrus Home Page: <a class="moz-txt-link-freetext" href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a>
List Archives/Info: <a class="moz-txt-link-freetext" href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a>
To Unsubscribe:
<a class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a>
</pre>
</blockquote>
</div>
<br /><fieldset class="mimeAttachmentHeader"></fieldset><br />
<pre>----
Cyrus Home Page: <a class="moz-txt-link-freetext" href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a>
List Archives/Info: <a class="moz-txt-link-freetext" href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a>
To Unsubscribe:
<a class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a></pre>
</blockquote>
<br />
<pre class="moz-signature">-- 
Kenneth Murchison
Cyrus Development Team
FastMail Pty Ltd</pre>
<pre>----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
</pre>
</blockquote>
</div>