6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] keeping two email ser...
FromSent OnAttachments
Joaquim LaureanoJan 31, 2004 5:30 am 
RolandJan 31, 2004 9:39 am 
Devin RubiaFeb 2, 2004 7:22 am 
Dave AugustusFeb 6, 2004 6:00 am 
Dave AugustusFeb 6, 2004 6:00 am 
Devin RubiaFeb 6, 2004 7:18 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] keeping two email servers in syncActions...
From:Devin Rubia (dev@thezone.net)
Date:Feb 2, 2004 7:22:26 am
List:net.sourceforge.lists.courier-maildrop

On Sat, Jan 31, 2004 at 06:39:28PM +0100, Roland wrote:

--On Samstag, 31. Januar 2004 08:31 -0500 Joaquim Laureano
<laur@lusostar.com> wrote:

This might be the wrong list for this question, but it might be related to maildrop.

I have two email servers which I would like to keep in sync all the time. The messages should be available on both at the same time. Initially I though of using rsync by having it syncing from A to B, and 2 minutes later syncing from B to A. This seems to fail because messages start appearing as duplicates. Syncing one way only avoids the duplicates, but fails to make sure that both servers contain the set of messages.

Anyone as knowledge if maildrop can be used to perform this function correctly? Is there any other option?

Maildrop cant help with this, and there are no quotas possible if you to add or delete anything in the maildirs.

Package: drsync [SNIP] Unison does about the same, but is very picky about the versions installed on each end.

Just dont expect this setup to uncrease the availability in case of a crash - if the files on either end get corrupted or vanishing this will be also propagated to the other side.

Indeed. However, the ideal situation would be to set up a file server in the backend and share it to the two mail servers. No problems with concurrency there. That's the beauty with maildirs, no problems with locking when multiple servers are accessing the same file store.