On Tue, 03 Jun 2014 11:17:07 +0200
Микаел Бак <mikael....@yandex.ru> wrote:
> Maybe you should consider having a master db on one of the mail
> servers and a slave db on the other one and have the data be
> replicated to the slave automatically.

Since both servers need to write to the database as well the slave is
still dependent on the master.  They both need to be masters with some
scheme to pass updates between them.  I have done this for a world-wide
financial system that required thousands of "masters" but it was quite
tricky.  A better option might be to simply have two databases and let
both of them build from mail that hits them.  It might slow down a few
emails but if all you have are two mail servers this may be acceptable.

-- 
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:da...@vex.net
VoIP: sip:da...@vex.net

Reply via email to