We've got one decent plan proposed already, but no implementation. There are quite a few more recent threads on how to achieve multimaster replication. Nothing is as easy as anybody thinks because of how the IMAP specification is written, but thinking about the problem is always appreciated!
I can't find the thread at the moment, but the best plan we have so far is a token passing system. There was a proposed API posted to the list, which is a good starting point for anybody who'd like to begin implementing it. Aaron PS - What mail system are you using that does the [EMAIL PROTECTED] thing? I've been thinking about how to add support for user+mailbox to DBMail for a while but haven't gotten around to messing with the deep workings of the mailbox creation code yet. On Thu, Jul 14, 2005, ""Mordechai T. Abzug"" <[EMAIL PROTECTED]> said: > So, I'm interested in setting up a mail server with multimaster > replication that supports POP, IMAP, and SMTP. It looks like dbmail > might fit the bill, except for this: > > http://mailman.fastxs.net/pipermail/dbmail-dev/2004-June/004018.html > > Has this problem been solved yet? > > If not, since the message appears to be soliciting suggestions, I have > one -- > > For "N" servers in a multimaster config group, each server assigns > messages starting with its number, and increments by "N". Ie. if you > have three servers, server one creates messages numbered 1, 4, 7, 10, > etc, server two creates messages 2, 5, 8, 11, etc, and server three > creates messages numbered 3, 6, 9, 12, etc. And you provide a way, if > the number of servers changes to M, to start reindexing at some higher > value than the previous "N" servers had reached. > > Anyway, thanks! > > - Morty > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@dbmail.org > http://twister.fastxs.net/mailman/listinfo/dbmail-dev > --