On Tue, 2008-06-17 at 21:02 +1000, Jake Anderson wrote: > multi master replication for multi site should work as it stands > All you need to do is just have one central injection point for the > email. Then it will filter out via mysql replication to the client > sites > where they can access it "locally".
But imap is an "injection point" too, so this only works with the current dbmail for a pop3 system, where the imap uid problem never existed anyways. It's been mentioned to possibly rework the dbmail daemons to seperate the reads and writes so you could do this, though I don't remember where that stands with the new database library, but even then you still loose the ability for the server to run standalone if it can't talk to the "write" database point. If that were done so all new messages (lmtp and imap append) were created through a single insertion point), and dbmail could actually write other things (flags/status) to the non-insertion database, I wonder how badly clients would handle all APPEND's failing? They could still read/delete old messages, just not move them to other folders or create new ones. -- Jesse Norell Kentec Communications, Inc. [EMAIL PROTECTED] _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
