<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 <gbulfon@sonicle.com><br /><strong>A:</strong> Stephan Lauffer <lauffer@ph-freiburg.de>info-cyrus@lists.andrew.cmu.edu<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 <lauffer@ph-freiburg.de><br />A: info-cyrus@lists.andrew.cmu.edu <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 />http://www.ph-freiburg.de/zik/<br />Fon/ Fax: +49 761 682 -559/ -486<br /><br /><br /><br /><br />----<br />Cyrus Home Page: http://www.cyrusimap.org/<br />List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/<br />To Unsubscribe:<br />https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus<br /><br /><br /><br /><br /></tt></blockquote>
</div>
<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>