Session reuse in sync_client (openssl 1.1.0f)

2017-08-23 Thread Johan Hattne
Dear all; I’m seeing issues with sync_client (from 2.5.11) in rolling replication mode with openssl 1.1.0f. The first connection works just fine, and sync_client keeps a pointer to the SSL session for future use. Before repeating, the existing connection is torn down, but the session is suppo

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
The easy part is a merit of the Cyrus architecture (mostly the notification support) and the way Apple Push was added (thanks to whoever did it - my guess the folks at FastMail). It’s really ingenious: just added the response to the XAPPLEPUSH extension command and pass all of it’s processing (r

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread David Lang
on the contrary, thanks for sending it to the list, besides others who may want to do the exact same thing, it also helps others who may not have realized that such things could be done easily. at 28k, it's not like it was a massive e-mail David Lang Cyrus Home Page: http://www.cyrusimap

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-23 Thread Gabriele Bulfon
In the reconstruct log, I have all the: Repacked user/blabla/dra...@sonicle.com to version 13 for all the mailbox trees. Obviously "Other Users" is not in reconstruct, as it is a virtual folder coming out of the incoming sharings. ACLs looks same with cyradm for shared folders: localhostlam user/s

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-23 Thread Gabriele Bulfon
How do I know? I just moved to 3.0.2 and reconstructed. Sonicle S.r.l. : http://www.sonicle.com Music: http://www.gabrielebulfon.com Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon From: Merlin Hartley To: Gabriele Bulfon Cc: info-cyrus@lists.andrew.cmu.edu Date: August 23, 2017 5:16:22

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-23 Thread Merlin Hartley
Just a quickie: Are you sure these mailboxes migrated properly? M -- Merlin Hartley Computer Officer MRC Mitochondrial Biology Unit Cambridge, CB2 0XY United Kingdom > On 23 Aug 2017, at 15:55, Gabriele Bulfon wrote: > > I would add that both systems returns the same list of folders with : > >

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-23 Thread Gabriele Bulfon
I would add that both systems returns the same list of folders with : . LIST "" % including the "Other Users" : * LIST (\HasNoChildren) "/" INBOX * LIST (\HasChildren) "/" Archive ... * LIST (\Noselect \HasChildren) "/" "Other Users" but then the java code just tries a "folder.list()" on each of th

2.4.12 vs 3.0.2 different protocol behaviour

2017-08-23 Thread Gabriele Bulfon
Hi, I found a problem while scanning the imap tree through our java web app, behaving differently from a 2.4.12 to a 3.0.2 upgraded. Looking at the protocol I find these differences: ==2.4.12== . LIST "" "Other Users" * LIST (\Noselect \HasChildren) "/" "Other Users" . OK Completed (0.000 secs 192

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
Forgot to remove the list from the email, so it was also sent to the list. My sincere apologies. > On Aug 23, 2017, at 8:28 AM, Arnaldo Viegas de Lima > wrote: > > I’ve sent Sebastian the script with some comments (I don’t think a list is > the proper way to share code). If anyone else wants

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
I’ve sent Sebastian the script with some comments (I don’t think a list is the proper way to share code). If anyone else wants a peek, let me know. > On Aug 23, 2017, at 7:15 AM, Sebastian Hagedorn wrote: > > Hi, > > I doubt that we could actually use such a solution, but I'm definitely > cu

Cyrus 3.0.3 XAPPLEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
Hi Sebastian, A few notes: - You need a valid push certificate. You can get one from macOS Server, but I do not know the limitations on the usage. My shop is really small, so I think it’s not a problem. - There is close to nothing documenting how this work, so much of it is based on looking

Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder)

2017-08-23 Thread Jan Hendrik Ribbat
Good day, on my test-system (latest arch-linux) I have installed cyrus imap 3.0.3 (Same issue with 3.0.2). With almost the same configuration the system was working with cyrus imap 2.5.7. Actually I am not able to access subfolders (under inbox) or subscribe to a folder. The inbox i

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Sebastian Hagedorn
Hi, I doubt that we could actually use such a solution, but I'm definitely curious about it! Please share the script :-) --On 22. August 2017 um 18:21:44 -0300 Arnaldo Viegas de Lima wrote: If anyone is interested (and have a proper push certificate) I have written a small external script