[Imap-uw] Simultaneous access to imap mailbox?

Jeroen van Aart kroshka at atypon.com
Thu Sep 13 14:56:44 PDT 2007


Ken Mandelberg wrote:
> This ends up with a variety of unpleasant results, mostly not getting 
> notified of new mail at the active location, or sometimes deleted 
> messages reappearing.
> 
> Is there a way to avoid the conflicts by a change on the server side, 
> perhaps by using a different message store?

Yes, convert the inboxes to mbox format. It is fine to have mail be 
delivered by the MTA in /var/mail/xxx and then have imap "slurp?" it to 
/home/xxx/INBOX when a user connects. The INBOX file you convert to mbx 
using mailutil. For example: "su - xxx && mailutil move INBOX 
"#driver.mbx/INBOX" && exit".

Regards,
Jeroen


More information about the Imap-uw mailing list