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_host: SERVER-B sync_authname: admin sync_password: password sync_log: 1 sync_repeat_interval: 30 sync_timeout: 600 sync_shutdown_file: /var/lib/imap/syncstop And the same on server B. ----------------- /etc/cyrus.conf START { ... syncclient cmd="sync_client -r" ... } SERVICES { ... syncserver cmd="sync_server" listen="csync" ... } /etc/imapd.conf ... sync_host: SERVER-A sync_authname: admin sync_password: password sync_log: 1 sync_repeat_interval: 30 sync_timeout: 600 sync_shutdown_file: /var/lib/imap/syncstop Both server will be as master and as slave in one time. Will there be any problems with this configuration? Thank you. -- 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