Cyrus 2.3.10 RC3

Dmitriy Kirhlarov dimma at higis.ru
Thu Oct 18 15:56:00 EDT 2007


Ken Murchison wrote:
> I just put together a third release candidate for Cyrus 2.3.10 which
> fixes a couple of bugs, and hopefully resolves outstanding build issues 
> with com_err and xversion.  I'd appreciate any independent testing 
> before I release this to the masses.
> 
> If there are any outstanding issues that you believe still need to be
> addressed in 2.3.10, please let me know ASAP.
> 
> http://www.contrib.andrew.cmu.edu/~murch/cyrus-imapd-2.3.10rc3.tar.gz


We still have problem with starting sync_client from "START" section 
cyrus.conf, as described on:
http://lists.andrew.cmu.edu/pipermail/info-cyrus/2006-October/024121.html

Currently I fix this issue with script:
$ cat /usr/local/cyrus/bin/sync_client.sh
#!/bin/sh

(sleep 5; /usr/local/cyrus/bin/sync_client $@) &

But it's not very good way, I think.

WBR.
Dmitriy


More information about the Cyrus-devel mailing list