James Chase:
> We have an issue with our SmarterMail mailboxes, especially via IMAP
> connections, where messages will become corrupted and/or deleted from
> the server. Just curious if there was anyone else out there also using
> Postfix and Smartermail together who has experienced the same sort of
> issues, or if you used SmarterMail in the past, what you are using now...
Postfix mailbox locking is configured with these parameters:
mailbox_delivery_lock (for local(8) delivery to mailbox, unless you
use procmail or some other non-Postfix
program for mailbox delivery)
virtual_mailbox_lock (for virtual(8) delivery to mailbox)
The default settings depend on the operating system.
Locking methods should overlap with those used by all programs
otherwise files will be corrupted.
Wietse