Re: Can't view (other) users subfolders with imapd 3.0.6

2018-06-05 Thread ellie timoney
On Tue, Jun 5, 2018, at 7:27 PM, Edda wrote: > thank you very much for the handling of my patch! I don't have an > account on github. So, it's easiest for me to just dump it on the > users list. Please let me know if that bothers you.> It's fine for small patches like this, especially when the

Re: SASL minimum layer used to work at 256, but now requires 1 [Resolved]

2018-06-05 Thread Stephen Ingram
I just thought I would answer my own email in case anyone else has the same setup. I found out there is obviously some type of bug in the -23 versions of the SASL packages so they just won't work. Once reverting to the -20 or -21 versions, everything works great. My suspicion about the faulty SASL

Re: IDLE not working for one account only

2018-06-05 Thread Bron Gondwana
The timeouts are fine - that's just a select timeout so it can do cleanup. recvfrom(14, "\2\0\0\0\0\0\0\0user.elangenhoven\0", 1032, 0, {sa_family=AF_UNIX, sun_path="/var/lib/cyrus/socket/idle.31167"}, [110- >35]) = 26 sendto(14, "\2\0\0\0\0\0\0\0user.elangenhoven\0", 26, MSG_DONTWAIT, {sa_family=A

Re: IDLE not working for one account only

2018-06-05 Thread Neil Price
I've attached an strace of idled. It shows the bad user client (elangenhoven) going into idle and a message being sent to it.You can see the message being sent but there seems to be no reaction to it arriving. There are a bunch of timeouts there? On 05/06/2018 15:42, Bron Gondwana wrote:

Re: IDLE not working for one account only

2018-06-05 Thread Bron Gondwana
Damn. I guess I'm going to have to ask for an strace next! Of the idled process probably. Idle changed a bunch between 2.5 and 3.0, so I don't know how much I'll be able to help :( Definitely an strace of the idled during both the start of the IDLE command and the delivery will help see what's h

Re: IDLE not working for one account only

2018-06-05 Thread Neil Price
Nothing, only mention of idle is on shutdown On 05/06/2018 14:35, Bron Gondwana wrote: What's showing up in syslog? 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/listi

Re: IDLE not working for one account only

2018-06-05 Thread Neil Price
Here's a comparison of a non-working idle with a good one. You can see the bad user does not report message arrival while the good one does. Looks like something odd with the /seen flags ("nonjunk" is missing) . Can someone explain what it means? This account was converted from 2.2 I wonder if t

Re: IDLE not working for one account only

2018-06-05 Thread Bron Gondwana
What's showing up in syslog? Bron. On Tue, Jun 5, 2018, at 22:19, Neil Price wrote: > On 05/06/2018 09:17, Neil Price wrote: >> I'm using 2.5.10-3 (the one that comes with debian stretch) >> >> I have one user that I cannot get IDLE to work for using either poll>> or >> idled. >> >> Other acc

Re: IDLE not working for one account only

2018-06-05 Thread Neil Price
On 05/06/2018 09:17, Neil Price wrote: I'm using 2.5.10-3 (the one that comes with debian stretch) I have one user that I cannot get IDLE to work for using either poll or idled. Other accounts work normally. No errors in the log. Have set him up with a number of email clients and they all do

Re: IDLE not working for one account only

2018-06-05 Thread Geoff Winkless
On Tue, 5 Jun 2018 at 12:14, Neil Price wrote: > > On 05/06/2018 12:19, Geoff Winkless wrote: > > On Tue, 5 Jun 2018 at 08:17, Neil Price wrote: > >> I can not see anything the account setup that can cause this, suggestions? > > Running behind an overly-aggressive TCP proxy? > There is no proxy i

Re: IDLE not working for one account only

2018-06-05 Thread Neil Price
On 05/06/2018 12:19, Geoff Winkless wrote: On Tue, 5 Jun 2018 at 08:17, Neil Price wrote: I can not see anything the account setup that can cause this, suggestions? Running behind an overly-aggressive TCP proxy? There is no proxy involved. They are all on the same physical network. What does

Re: Can't view (other) users subfolders with imapd 3.0.6

2018-06-05 Thread Bron Gondwana
The patch looks correct at a reading. It also looks like it's masking a deeper bug, but that's fine - we can fix that later :) Cheers, Bron. On Tue, Jun 5, 2018, at 19:27, Edda wrote: > Hi Ellie, > > thank you very much for the handling of my patch! I don't have an > account on github. So, i

Re: IDLE not working for one account only

2018-06-05 Thread Geoff Winkless
On Tue, 5 Jun 2018 at 08:17, Neil Price wrote: > I can not see anything the account setup that can cause this, suggestions? Running behind an overly-aggressive TCP proxy? What does tcpdump/wireshark show? Geoff Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.and

Re: Can't view (other) users subfolders with imapd 3.0.6

2018-06-05 Thread Edda
Hi Ellie, thank you very much for the handling of my patch! I don't have an account on github. So, it's easiest for me to just dump it on the users list. Please let me know if that bothers you. As an author, "Edda" would be fine :) Thank you. Best regards, Edda Am 05.06.18 um 04:50 schrieb

IDLE not working for one account only

2018-06-05 Thread Neil Price
I'm using 2.5.10-3 (the one that comes with debian stretch) I have one user that I cannot get IDLE to work for using either poll or idled. Other accounts work normally. No errors in the log. Have set him up with a number of email clients and they all do the same thing. I can not see anythi