Re: any working cyrus-imapd-3.0.2?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I tried some imap manual sessions on my account, and found that only "LIST" commands return nothing.
If I blindly select INBOX or Sent or any other known folder, it opens it correctly giving me back all the informations on that folders (e.g. personal flags being used etc.).
Once selected, I can issue fetch commands and they correctly work.
Only list :(

What's up? :(

Gabriele





Da: Gabriele Bulfon <gbulfon@xxxxxxxxxxx>
A: Ken Murchison <murch@xxxxxxxxxxxx>info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 3 agosto 2017 10.22.04 CEST
Oggetto: Re: any working cyrus-imapd-3.0.2?


I tried using ctl_mboxlist -d , and I have a correct output of my mailboxes, listed in the internal cyrus format, e.g. :

sonicle.com!user.test^gabry     0 default gbulfon       lrswipkxtecda1  cyrus   lrswipkxtecda   sonicle lrswipkxtecda   test.gabry@xxxxxxxxxxx  lrswipkxtecda

using "." separator instead of "/" (unixhierarchysep: 1) and "^" instead of "."

Gabriele





Da: Gabriele Bulfon <gbulfon@xxxxxxxxxxx>
A: Ken Murchison <murch@xxxxxxxxxxxx>info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 3 agosto 2017 9.51.21 CEST
Oggetto: Re: any working cyrus-imapd-3.0.2?


Sorry, non of the stated operations are needed nor work.
My mailboxes.db has been converted to twoskip as stated from the db header bytes:

sonicle@www:/sonicle/var/imap$ od -xc mailboxes.db | more
0000000 02a1 0d8b 7774 736f 696b 2070 6966 656c
241 002 213 \r t w o s k i p f i l e

The master runs without complains, even turning on imapd.log I get only these, where the last one is my cyradm session

Aug 3 09:46:15 www idled[8519]: [ID 189579 local6.warning] Option 'tls_ca_file' is deprecated in favor of 'tls_client_ca_file' since version 2.5.0.
Aug 3 09:46:15 www idled[8519]: [ID 189579 local6.warning] Option 'tls_cert_file' is deprecated in favor of 'tls_server_cert' since version 2.5.0.
Aug 3 09:46:15 www idled[8519]: [ID 189579 local6.warning] Option 'tls_key_file' is deprecated in favor of 'tls_server_key' since version 2.5.0.
Aug 3 09:46:15 www ctl_cyrusdb[8521]: [ID 189579 local6.warning] Option 'tls_ca_file' is deprecated in favor of 'tls_client_ca_file' since version 2.5.0.
Aug 3 09:46:15 www ctl_cyrusdb[8521]: [ID 189579 local6.warning] Option 'tls_cert_file' is deprecated in favor of 'tls_server_cert' since version 2.5.0.
Aug 3 09:46:15 www ctl_cyrusdb[8521]: [ID 189579 local6.warning] Option 'tls_key_file' is deprecated in favor of 'tls_server_key' since version 2.5.0.
Aug 3 09:46:15 www ctl_cyrusdb[8521]: [ID 702911 local6.notice] checkpointing cyrus databases
Aug 3 09:46:15 www ctl_cyrusdb[8521]: [ID 127214 local6.notice] done checkpointing cyrus databases
Aug 3 09:46:20 www imap[8528]: [ID 189579 local6.warning] Option 'tls_ca_file' is deprecated in favor of 'tls_client_ca_file' since version 2.5.0.
Aug 3 09:46:20 www imap[8528]: [ID 189579 local6.warning] Option 'tls_cert_file' is deprecated in favor of 'tls_server_cert' since version 2.5.0.
Aug 3 09:46:20 www imap[8528]: [ID 189579 local6.warning] Option 'tls_key_file' is deprecated in favor of 'tls_server_key' since version 2.5.0.
Aug 3 09:46:22 www imap[8528]: [ID 529592 local6.notice] login: localhost [::1] sonicle PLAIN User logged in SESSIONID=<www-8528-1501746380-1-7580592346140958555>

once I issue "lm", I get nothing.

Do I need to run reconstruct to get my mailboxes back?
I tried various cyrus mailbox commands, but none can see any mailbox data.
Any way to inspect what mailboxes it really sees?








Da: Ken Murchison <murch@xxxxxxxxxxxx>
A: info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 2 agosto 2017 19.25.22 CEST
Oggetto: Re: any working cyrus-imapd-3.0.2?


https://www.cyrusimap.org/imap/download/upgrade.html#copy-config-files-and-update

 


On 08/02/2017 01:18 PM, Gabriele Bulfon wrote:
I upgraded the cyrus binaries from 2.4.12 to 3.0.2.
The cyrus daemons run, imap authentication works, logs look fine.
But then, no folder...users authenticate but there is no folder.
Using cyradm on the original 2.4.12 host, "lm" shows every folder.
Using cyradm on the new upgraded, "lm" shows nothing.

Any idea?

Gabriele





Da: Gabriele Bulfon <gbulfon@xxxxxxxxxxx>
A: Stephan Lauffer <lauffer@xxxxxxxxxxxxxx>info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 2 agosto 2017 15.34.18 CEST
Oggetto: Re: any working cyrus-imapd-3.0.2?


We've almost finished packaging cyrus imapd 3.0.2 on XStreamOS.
I had to make a patch to build, though:

--- 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
Gabriele




----------------------------------------------------------------------------------

Da: Stephan Lauffer <lauffer@xxxxxxxxxxxxxx>
A: info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 1 agosto 2017 9.26.02 CEST
Oggetto: any working cyrus-imapd-3.0.2?

Hi!

Anybody with a working cyrus-imapd-3.0.2? Could I get the configure
parameter and the name of the distro (or pre build packages)?

--
Liebe Gruesse, with best regards
Stephan Lauffer

Pedagogical University Freiburg - Germany
http://www.ph-freiburg.de/zik/
Fon/ Fax: +49 761 682 -559/ -486




----
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




----
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


----
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

-- 
Kenneth Murchison
Cyrus Development Team
FastMail Pty Ltd
----
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
----
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
----
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
----
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

[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux