This is a discussion on Re: -ERR [SYS/TEMP] Unable to copy mail spool file, quota exceeded (122) within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Sat, Feb 07, 2004 at 04:59:51PM -0500, Wietse Venema wrote: Hi, > > This is not true. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sat, Feb 07, 2004 at 04:59:51PM -0500, Wietse Venema wrote:
Hi, > > This is not true. With proper locking the mailbox can be rewritten in > > place. > Note: this requires that the POP daemon keeps a complete copy of > all the user's mail in memory, and that it does not terminate before > it is finished rewriting the mailbox file. If the system or POP > daemon crashes during an update then the user loses her mail. If the POP daemon only deletes mail, and don't write any new information to the mbox, it doesn't need to keep a copy of every mail in memory. However, in case of an abnormal exit, due to a crash or whatever, the user may lose up to one mail and have an corrupted mailbox. This risk may or may not be acceptable. I believe cucipop was, at least one of, the first POP daemon to embrace this. //Ibo |