Re: Timeout for IMAP idle

2016-07-28 Thread Carlos Velasco via Cyrus-devel
El 28/07/2016 a las 17:05, Thomas Jarosch via Cyrus-devel escribió: On Thursday, 28. July 2016 16:48:51 Sebastian Hagedorn wrote: According to the RFC, clients need to "renew" the IDLE state at least every 30 minutes. I would assume that the clients you see are doing that. If not, you might see

Re: Cyrus 2.5.7 idled not stopped when server shut down?

2016-09-16 Thread Carlos Velasco via Cyrus-devel
I think idled ought to become_cyrus itself. It shouldn't continue running as root even if it was started as root. The attached patch seems to resolve this for me. Karl, does it help in your case? It's against the current cyrus-imapd-2.5 from git, but should apply cleanly to the 2.5.7 sources

Re: Cyrus 2.5.7 idled not stopped when server shut down?

2016-09-19 Thread Carlos Velasco via Cyrus-devel
This should work. Ellie, can you remove a dup in master.c too? These aren't duplicated (except in your email). If you read closely, the second one has the opposite #if condition from the first. master needs root privileges to initialise its services, unless libcap is available. What is going

[Cyrus Imap 3.0] Doc wrong archive_maxsize

2016-10-13 Thread Carlos Velasco via Cyrus-devel
Hi, I was testing latest beta of 3.0 and see this new setting: === archive_maxsize: 1024 The size in kilobytes of the largest message that *won’t* be archived immediately. Default is 1Mb === Looking into code this is backwards: imap/mailbox.c /* always archive big messages */ if

Re: [Cyrus Imap 3.0] Doc wrong archive_maxsize

2016-10-13 Thread Carlos Velasco via Cyrus-devel
el@lists.andrew.cmu.edu> To: cyrus-devel@lists.andrew.cmu.edu Date: 13/10/2016 23:50:11 How is that backwards? (apart from the >= rather than > maybe) If it's bigger than that, then return 1 (archive now), otherwise don't. On Fri, 14 Oct 2016, at 04:56, Carlos Velasco via Cyrus-devel w