scripts

2011-07-20 Thread Per olof Ljungmark
Hi all, Is there a collection somewhere with helpful scripts, perl, shell, python, whatever that people developed and use for Cyrus and would be useful for a standard install, with some mods of course. Thanks, Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andr

No authentication error when replication attempted in automatic mode

2011-07-20 Thread Ivan Lezhnjov Jr.
I've said before that I fixed the issue with authentication from Master<->Replica in a basic two-host setup in a mysterious way. Funny thing is that I've managed to successfully replicate from M to R and vice versa, swapping the roles of the hosts as many times as I wanted. Everything worked as ex

Re: sync_shutdown_file example and instructions on how to use it

2011-07-20 Thread Ivan Lezhnjov Jr.
What do you mean by "detected by"? It doesn't tell me anything. At any rate, what is the rationale behind the need to have an external script? I'm not software engineer by any means but drawing on my overall IT experience it seems most software projects take care of that functionality on their own

Re: sync_shutdown_file example and instructions on how to use it

2011-07-20 Thread Bron Gondwana
On Wed, Jul 20, 2011 at 11:21:44AM +0300, Ivan Lezhnjov Jr. wrote: > If it's deleted by the sync_client what process should create it then, > and under what conditions? detected by. You create it to shut down sync_client cleanly, with an external script or by hand. (as for the channel stuff... i

Re: assertion failure with exim LMTP (message_guid_isnull())

2011-07-20 Thread Bron Gondwana
On Wed, Jul 20, 2011 at 10:38:24AM +0200, Luca Ceresoli wrote: > Bron Gondwana wrote: > >On Tue, Jul 19, 2011 at 05:16:57PM +0200, Luca Ceresoli wrote: > >>This assertion comes from the cyrus-imapd code. It was introduced by: > >> > >>commit e88cfbdbe442cb10c71ae93a64610d505e57f05d > >>Auth

Re: assertion failure with exim LMTP (message_guid_isnull())

2011-07-20 Thread Luca Ceresoli
Bron Gondwana wrote: > On Tue, Jul 19, 2011 at 05:16:57PM +0200, Luca Ceresoli wrote: >> This assertion comes from the cyrus-imapd code. It was introduced by: >> >> commit e88cfbdbe442cb10c71ae93a64610d505e57f05d >> Author: Bron Gondwana >> Date: Thu Jun 23 15:27:08 2011 +0200 >> >>

Re: sync_shutdown_file example and instructions on how to use it

2011-07-20 Thread Ivan Lezhnjov Jr.
If it's deleted by the sync_client what process should create it then, and under what conditions? On Wed, Jul 20, 2011 at 4:16 AM, Dan White wrote: > On 19/07/11 18:39 +0300, Ivan Lezhnjov Jr. wrote: >> >> Hi all, >> >> can someone please explain quickly how to set up cyrus-imap to use >> sync_sh