Re: XBACKUP and backupd not backing up public folders (3.0.8)

2019-10-15 Thread ellie timoney
On Mon, Oct 14, 2019, at 10:29 AM, ellie timoney wrote: > I've created a github issue > (https://github.com/cyrusimap/cyrus-imapd/issues/2893), and am about to make > a test case to reproduce the problem, so I can get on with fixing it. :) I think this is fixed now, on both master and 3.0 branch

Re: cyradm and TLS 1.2

2019-10-15 Thread John Wade
Thanks!  You have the more correct fix: From: https://www.openssl.org/docs/man1.1.0/man3/TLSv1_client_method.html "TLS_method(), TLS_server_method(), TLS_client_method() These are the general-purpose version-flexible SSL/TLS methods. The actual protocol version used will be negotiated to the hi

Re: cyradm and TLS 1.2

2019-10-15 Thread ellie timoney
Thanks for reporting back. For whatever its worth, the equivalent fix on 2.5+ uses "TLS_client_method()", not "TLSv1_2_client_method()". I'm not sure what difference it makes, but maybe it requires a newer OpenSSL than you have? Here's the commit to master, fyi: https://github.com/cyrusimap/cyr