Re: httpd/carddav from git sources

2016-06-28 Thread ellie timoney via Info-cyrus
16, at 05:31 PM, Johan Hattne wrote: > > > On Jun 26, 2016, at 20:02, ellie timoney wrote: > > > > Hi Johan, > > > > I don't know how your git repository got into that state... > > > >> $ git describe > >> cyrus-imapd-2.5-snapshot

Cyrus IMAP 3.0.0-beta3 released

2016-06-30 Thread ellie timoney via Info-cyrus
. On behalf of the Cyrus team, Kind regards, Ellie Timoney 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

Re: Huge performance problems after updating from 2.4 to 2.5.8

2016-07-17 Thread ellie timoney via Info-cyrus
On Fri, Jul 15, 2016, at 11:08 PM, Bron Gondwana via Info-cyrus wrote: > > It's in the cyrus-imapd-2.5 branch on git, so it will be in 2.5.9. I'll > talk with Ellie on Monday about releasing that. I hope to have a fix for > the other issue as well. > > Bron. I was already planning on releasing

Cyrus IMAP 2.5.9 released

2016-07-21 Thread ellie timoney via Info-cyrus
-imapd to report issues, join in the deliberations of new features for the next Cyrus IMAP release, and to contribute to the documentation. On behalf of the Cyrus team, Kind regards, Ellie Timoney Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail

Re: Problem moving between folders during 2.3.16 -> 2.5.9 upgrade

2016-07-24 Thread ellie timoney via Info-cyrus
I don't have a 2.3.x environment handy to try to reproduce this from the outside in, so I'm starting at the error code and working outwards... > > <1469384361 > >1469384362>a0080 NO Mailbox format corruption detected "Mailbox format corruption detected" corresponds with IMAP_MAILBOX_CHECKSUM Thi

Re: Problem moving between folders during 2.3.16 -> 2.5.9 upgrade

2016-07-25 Thread ellie timoney via Info-cyrus
On Mon, Jul 25, 2016, at 10:53 PM, Kenneth Marshall wrote: > On Mon, Jul 25, 2016 at 03:53:43PM +1000, ellie timoney wrote: > > I don't have a 2.3.x environment handy to try to reproduce this from the > > outside in, so I'm starting at the error

Re: Patch against 2.5.9 for OpenSSL in lib64, pkg-config

2016-07-25 Thread ellie timoney via Info-cyrus
Hi Jason, That sounds pretty reasonable, thanks for the patch. I'll try to get it tested and merged this week. Cheers, ellie On Tue, Jul 26, 2016, at 06:25 AM, Jason Englander via Info-cyrus wrote: > If you have a source installed OpenSSL under /usr/local/ssl on a 64-bit > system, you probabl

Re: Patch against 2.5.9 for OpenSSL in lib64, pkg-config

2016-07-26 Thread ellie timoney via Info-cyrus
e84d2f58afac0ff2e7d71bb0efb2a5ad7cb04a93 Cheers, ellie On Tue, Jul 26, 2016, at 09:54 AM, ellie timoney via Info-cyrus wrote: > Hi Jason, > > That sounds pretty reasonable, thanks for the patch. I'll try to get it > tested and merged this week. > > Cheers, > > ellie

Re: imapd dumps core on APPEND URL with invalid section

2016-07-31 Thread ellie timoney via Info-cyrus
The master branch has a commit to address this exact (like, literally "TEXT.MIME") issue: https://github.com/cyrusimap/cyrus-imapd/commit/f7b95b93 I've just cherry-picked it onto the cyrus-imapd-2.4 branch and it applied cleanly first time, so it's upstream now. (It's already in 2.5, and has bee

Re: sync_client errors out after 2.3.16 -> 2.5.9 upgrade

2016-08-01 Thread ellie timoney via Info-cyrus
Thanks for passing these reports on! Initial impression, I don't think this one is as straightforward as the last one was, unfortunately. :( Here's the chunk of code that produces those "guid mismatch" SYNCERRORs: https://git.io/v6JWK (wait a moment for it to load and it will jump to the lines I

Re: sync_client errors out after 2.3.16 -> 2.5.9 upgrade

2016-08-01 Thread ellie timoney via Info-cyrus
I've been under the impression that Ken's mailboxes were version 10, which seems like they *should* have guids in them. If this is the case, then it's interesting that the replica is coming up with zeroed ones. If his mailboxes are older than version 10, then it all makes sense, nothing to see h

Re: sync_client errors out after 2.3.16 -> 2.5.9 upgrade

2016-08-01 Thread ellie timoney via Info-cyrus
fo-cyrus > wrote: > > Yeah, could be. In that case then the mailbox needs a reconstruct -G first > > :( > > Version 10 mailboxes have a GUID space available, but I guess they could > > wind up zero depending on how they got upgraded in the past. > > > >

Re: sync_client errors out after 2.3.16 -> 2.5.9 upgrade

2016-08-09 Thread ellie timoney via Info-cyrus
On Tue, Aug 2, 2016, at 02:14 PM, Kenneth Marshall via Info-cyrus wrote: > On Tue, Aug 02, 2016 at 12:34:13PM +1000, Bron Gondwana wrote: > > 2.3.2 wasn't version 10, it was version 7! It would have upgraded through > > 8, 9, 10 - and maybe you needed to reconstruct to get GUIDs for those > > ve

Re: sync_client errors out after 2.3.16 -> 2.5.9 upgrade

2016-08-14 Thread ellie timoney via Info-cyrus
On Sat, Aug 13, 2016, at 03:12 AM, Kenneth Marshall wrote: > On Wed, Aug 10, 2016 at 12:30:03PM +1000, ellie timoney wrote: > > On Tue, Aug 2, 2016, at 02:14 PM, Kenneth Marshall via Info-cyrus wrote: > > > On Tue, Aug 02, 2016 at 12:34:13PM +1000, Bron Gondwana wrote: &g

Re: 2.5.9 build issues

2016-08-21 Thread ellie timoney via Info-cyrus
Isn't this already fixed on the 2.5 branch? On Mon, Aug 22, 2016, at 02:17 AM, Ken Murchison via Info-cyrus wrote: > I'm guessing we should steal json_support.h from master and add it to > the 2.5 branch. > > > On 08/20/2016 10:40 AM, Wolfgang Breyha via Info-cyrus wrote: > > After modifying my

Re: 2.5.9 build issues

2016-08-21 Thread ellie timoney via Info-cyrus
is a tool used in the build process only, it shouldn't get installed anywhere (nor should its source). Will see if I can reproduce it and work out why it happens. Cheers, ellie On Mon, Aug 22, 2016, at 09:14 AM, ellie timoney via Info-cyrus wrote: > Isn't this already fixed on the

Re: 2.5.9 build issues

2016-08-21 Thread ellie timoney via Info-cyrus
hanging around from some earlier version? Before it got moved to tools/, the htmlstrip.c file used to live in doc/text/ -- the same directory as the plain text docs that it was used to generate (from html sources). It's entirely plausible that some previous version would then install it alon

Re: sync_client errors out after 2.3.16 -> 2.5.9 upgrade

2016-08-23 Thread ellie timoney via Info-cyrus
On Sat, Aug 13, 2016, at 03:12 AM, Kenneth Marshall wrote: > Hi Ellie, > > I tried the patch and it did print the warnings on the replica. > Unfortunately, > it looked like it was looping on the master (sync_client) and the updates > that > could be made were not. I had to rollback to the dying ve

Re: lmtp "Bad IPLOCALPORT value" and "Bad IPREMOTEPORT value" after upgrade 2.4.18 to 2.5.9

2016-08-25 Thread ellie timoney via Info-cyrus
Do you have "lmtp" defined in /etc/services? On Thu, Aug 25, 2016, at 08:44 AM, Andy Dorman via Info-cyrus wrote: > We have a cluster of servers that provide external email security > filtering and then postfix delivers the safe email via lmtp to mailboxes > on the various servers in the cluster

Re: lmtp "Bad IPLOCALPORT value" and "Bad IPREMOTEPORT value" after upgrade 2.4.18 to 2.5.9

2016-08-28 Thread ellie timoney via Info-cyrus
oked at the lmtpengine.c source on github and did not see an obvious > source for this particular log output...but I am not a C programmer and > could be completely missing what is going on here. > > Andy Dorman > > On 08/25/2016 06:19 PM, ellie timoney via Info-cyrus wrote: &g

Re: Cyrus 2.5.9 imapd children count grows and exceeds limit

2016-09-11 Thread ellie timoney via Info-cyrus
> We now have 4 of the 14 servers where the number of imapd processes > slowly grows and usually within 12-14 hours reaches the imapd process > limit (currently set to 100). How many user accounts are on these servers? Each client connection constitutes one imapd process on the server. It's my

Re: Cyrus 2.5.9 imapd children and tcp_timeout questions

2016-09-12 Thread ellie timoney via Info-cyrus
their > settings in case I completely misunderstood how these work. > > In the meantime I am going to bump my max processes up to 200 and my > monitoring warning level to 150 see how that works. > > Thanks for all the help everyone. > > Andy > > On 09/11/2016 11:05 PM, el

Re: Cyrus 2.5.9 imapd children and tcp_keepalive & idle socket questions

2016-09-15 Thread ellie timoney via Info-cyrus
ls the server it's Idle, and then waits for the server to tell it about any new activity. But understanding how the service is actually being used will do a lot to calibrate your expectations of how the server should be behaving (such as, how many concurrent connections/imapd processes you

Re: Cyrus 2.5.9 imapd children and tcp_keepalive & idle socket questions

2016-09-27 Thread ellie timoney via Info-cyrus
ow this user so I will ask her what email client she is using and > > how often it is set to check email. > > How often it is set to check email won't make much difference in this > case.  That is more for servers that don't support Idle, so the client > has to keep askin

Re: Cyrus 2.5.9 imapd children and tcp_keepalive & idle socket questions

2016-10-02 Thread ellie timoney via Info-cyrus
ations in the meantime.) Cheers, ellie On Sat, Oct 1, 2016, at 12:00 AM, Andy Dorman via Info-cyrus wrote: > On 09/28/2016 09:59 AM, Andy Dorman wrote: > > On 09/27/2016 07:08 PM, ellie timoney via Info-cyrus wrote: > >> I wonder if we can see what the old processes are actually do

Re: Cyrus 2.5.9 imapd children and tcp_keepalive & idle socket questions

2016-10-03 Thread ellie timoney via Info-cyrus
On Tue, Oct 4, 2016, at 12:46 AM, Andy Dorman via Info-cyrus wrote: > On 10/02/2016 06:57 PM, ellie timoney via Info-cyrus wrote: > > Hi Andy, > > > > Thanks very much for the detailed information. It may take me a while > > to digest this, but it looks like it will

Cyrus IMAP 2.5.10 released

2016-10-17 Thread ellie timoney via Info-cyrus
/cyrusimap/cyrus-imapd to report issues, join in the deliberations of new features for the next Cyrus IMAP release, and to contribute to the documentation. On behalf of the Cyrus team, Kind regards, Ellie Timoney Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http

Re: Cyrus mail spool entirely on SSD - tiered storage

2016-10-23 Thread ellie timoney via Info-cyrus
On Sat, Oct 22, 2016, at 10:25 AM, Rob N ★ via Info-cyrus wrote: > The docs suggest this feature is in the currently-unreleased Cyrus 3.0 > series. That's probably true, but I can't be sure (FastMail runs the > current dev/master branch, so we're ahead of 3.0). It'll be well worth > the upgrade whe

Re: cyrus master fails with status 71

2016-10-25 Thread ellie timoney via Info-cyrus
> accept failed: Software caused connection abort Some sleuthing suggests that "Software caused connection abort" corresponds with "ECONNABORTED". The man page on my system for accept(2) unhelpfully defines this as: >ECONNABORTED > A connection has been aborted. But some d

Re: cyrus master fails with status 71

2016-10-25 Thread ellie timoney via Info-cyrus
eers, ellie On Wed, Oct 26, 2016, at 10:04 AM, ellie timoney via Info-cyrus wrote: > > accept failed: Software caused connection abort > > Some sleuthing suggests that "Software caused connection abort" > corresponds with "ECONNABORTED". > > The ma

Cyrus IMAP 3.0.0-beta4 released

2016-10-27 Thread ellie timoney via Info-cyrus
the documentation. On behalf of the Cyrus team, Kind regards, Ellie Timoney 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

Re: cyrus master fails with status 71

2016-11-07 Thread ellie timoney via Info-cyrus
On Tue, Nov 8, 2016, at 05:01 AM, Eric Cunningham wrote: > Nov 7 10:18:19 imap1 lmtpunix[58768]: unable to setsocketopt(TCP_KEEPCNT): > Invalid argument > Nov 7 10:18:19 imap1 lmtpunix[58768]: unable to setsocketopt(TCP_KEEPIDLE): > Invalid argument > Nov 7 10:18:19 imap1 lmtpunix[58768]: unab

Cyrus IMAP 3.0.0-beta5 released

2016-11-28 Thread ellie timoney via Info-cyrus
the documentation. On behalf of the Cyrus team, Kind regards, Ellie Timoney 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

Re: 2.5.10 autocreate on login not working?

2016-12-06 Thread ellie timoney via Info-cyrus
Hi Nels, The autocreate code in 2.5 is full of LOG_DEBUG syslogs -- I guess you don't have this turned on, or you're logging that log level to a different file. It would be helpful to see this output. I think you can turn this logging on in Cyrus by adding "debug: yes" to your imapd.conf. You m

Re: 2.5.10 autocreate on login not working?

2016-12-12 Thread ellie timoney via Info-cyrus
On Tue, Dec 13, 2016, at 07:04 AM, Nels Lindquist via Info-cyrus wrote: > On 2016/12/12 4:06 AM, ellie timoney wrote: > > >> Any ideas? > > > > No, unfortunately. > > > > We have some basic syslog instructions (aimed at developers setting up a > >

Re: SOLVED (was: Re: 2.5.10 autocreate on login not working?)

2016-12-12 Thread ellie timoney via Info-cyrus
t > present in the configuration section. I added it, rebuilt the packages > and now it's working as expected. > > My apologies for the wild goose chase! > > Nels Lindquist > > > > On 2016/12/12 1:04 PM, Nels Lindquist via Info-cyrus wrote:

Cyrus IMAP 3.0.0-beta6 released

2016-12-20 Thread ellie timoney via Info-cyrus
the documentation. On behalf of the Cyrus team, Kind regards, Ellie Timoney 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 IMAP 3.0.0-rc1 released

2017-01-12 Thread ellie timoney via Info-cyrus
the Cyrus team, Kind regards, ellie timoney 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

Re: Is guid_mode: sha1 really gone from imapd.conf?

2017-01-16 Thread ellie timoney via Info-cyrus
For what it's worth, looking at commit history, it looks like it went away sometime before 2.4.0 On Tue, Jan 17, 2017, at 09:41 AM, Bron Gondwana via Info-cyrus wrote: > Yep, it's gone away - sha1 is the only mode right now. We're going to > want to look at blake2 soon though I reckon. > > Bron.

Re: Cyrus IMAP 3.0.0-rc1 Config Lint Surprise

2017-01-16 Thread ellie timoney via Info-cyrus
nfo-cyrus wrote: > > Thanks for the heads-up. We'll get this fixed, it is the man page which > > is correct. > > -nic > > > > On 01/16/2017 10:19 AM, Andy Dorman via Info-cyrus wrote: > > > On 01/13/2017 12:07 AM, ellie timoney via Info-cyrus wrot

Cyrus IMAP 3.0.0-rc2 released

2017-01-30 Thread ellie timoney via Info-cyrus
the Cyrus team, Kind regards, ellie timoney 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

<    1   2   3