Re: unit tests: /usr/bin/touch vs /bin/touch

2018-09-13 Thread ellie timoney
Hi Sergey, On Thu, Sep 13, 2018, at 10:26 PM, Sergey wrote: > Hello. > > I attempted to run unit tests and got error: > > Suite: command > Test: run ...FAILED > 1. cunit/unit.c:115 - CU_FAIL_FATAL("Code under test exited") > > This is result of wrong path to touch in my distro in cunit/c

master-master replication

2018-09-13 Thread Evgeniy Kononov via Info-cyrus
Thank you for your experience. Best regards! >Четверг, 13 сентября 2018, 19:26 +05:00 от Michael Menge >: > >Quoting Evgeniy Kononov < egen...@inbox.ru >: > >> Hi! >> >> Thank you for reply. >> Users can connect to only one server at a time. I move the master >> server to another hardware and

Re: master-master replication

2018-09-13 Thread Michael Menge
Quoting Evgeniy Kononov : Hi! Thank you for reply. Users can connect to only one server at a time. I move the master server to another hardware and at this time it is necessary for users to use the mail. If this is not a secure configuration, then can I just run "sync_client -A" from the

unit tests: /usr/bin/touch vs /bin/touch

2018-09-13 Thread Sergey
Hello. I attempted to run unit tests and got error: Suite: command Test: run ...FAILED 1. cunit/unit.c:115 - CU_FAIL_FATAL("Code under test exited") This is result of wrong path to touch in my distro in cunit/command.testc: r = run_command("/usr/bin/touch", canary, NULL); I attempted to

Re: master-master replication

2018-09-13 Thread Evgeniy Kononov via Info-cyrus
Hi! Thank you for reply. Users can connect to only one server at a time. I move the master server to another hardware and at this time it is necessary for users to use the mail. If this is not a secure configuration, then can I just run "sync_client -A" from the master server, and then switch us

Re: Re[3]: master-master replication

2018-09-13 Thread Michael Menge
Hi, This setup is NOT SUPPORTED and WILL BREAK if the replication process is triggered from the wrong server (user is active on both servers, user switched from one server to the other while the sync-log file is still processed, after split brain) and some mailboxes have been subscribed, r

Re[3]: master-master replication

2018-09-13 Thread Evgeniy Kononov via Info-cyrus
Sorry! Previous message was sent by mistake. For example, I can configure both servers as follows. Server A. - /etc/cyrus.conf START { ... syncclient       cmd="sync_client -r" ... } SERVICES { ... syncserver       cmd="sync_server" listen="csync" ... } /etc/imapd.conf ... sync_h

Re[2]: master-master replication

2018-09-13 Thread Evgeniy Kononov via Info-cyrus
For example, on server A  -- Evgeniy Kononov 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