|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/dovecot-1.0.7/wiki/ |
Upload File : |
mbx === A high performance mbox-replacement created by Marc Crispin of University of Washington for UW-IMAP. Each message in the file is preceded by a record carrying all the metadata that IMAP-protocol needs. This allows changing the metadata easily by modifying the fixed-size header, rather than moving data around in a file like with mbox. File locking is handled more intelligently (only appends may need to wait for locks), making this format a good choice for shared mailboxes. Downsides contain: * Messages don't get deleted from disk until there's only one client accessing the mailbox, so you may need to add some forced downtime to get it done. * Works only in local filesystem. * Expunging is still as costly and as fragile as with mbox. (This file was created from the wiki on 2007-06-15 04:42)