search for: mail_replica3

Displaying 2 results from an estimated 2 matches for "mail_replica3".

Did you mean: mail_replica
2013 Dec 04
1
Multi-master Replication?
Will the replication method described at http://wiki2.dovecot.org/Replication support a master/master/master configuration to keep three replicas in sync? Thanks
2012 Feb 28
2
Dovecot clustering with dsync-based replication
...eed to explicitly tell it where to sync. So, when the destination isn't specified, it could do a userdb lookup and use the returned "mail_replica" field as the destination. Multiple (sequentially replicated) destinations could be supported by returning "mail_replica2", "mail_replica3" etc. field. In NFS-based (or shared filesystem-based in general) setup the mail_replica setting is identical to mail_location setting. So your primary mail_location would be in /storage1/user/Maildir, while the secondary mail_replica would be in /storage2/user/Maildir. Simple. In non-NFS-ba...