How to move sasldb to another server?
websrvr
websrvr at macftphttp.serverbox.org
Fri Nov 10 11:23:00 EST 2006
On Nov 10, 2006, at 07:42:54, Martin Schweizer wrote:
> Hello
>
> I have two cyrus imapd server (all software has the same version)
> which uses sasldb for authentication. For failover reasons I would
> like to "copy" regulary the sasldb from the main server to the backup
> server. How can I do that? I did copied by hand but this works not.
>
> Regards,
> Martin
> --
You should be able to use a cron job and rsync on the source server
to copy the db file to the destination or you can use a cron job and
curl on the destination server using a custom port to pull the db
file (recommended).
-- Dale
More information about the Cyrus-sasl
mailing list