|
Maildir - Definition and Overview |
|
|
Maildir is a format for an e-mail spool that does not require file locking to maintain message integrity, because the messages are kept in separate files. It consists of a directory named Maildir with three subdirectories, tmp, new, and cur.
The process that delivers mail writes it to tmp with a filename that consists of the concatenation of the process ID, the time, and the hostname, then when it is finished moves it to new.
The process that reads mail moves messages from new to cur before reading them, appending a colon, a '2', a comma and flags to the filename.
For more information see
http://www.qmail.org/qmail-manual-html/man5/maildir.html
and
http://cr.yp.to/proto/maildir.html .
Software that supports Maildir includes:
|
|
Example Usage of Maildir |
 |
juanfra684: @ant30 en una petición pero bastante razonable,soporte para Maildir.Todo gran proyecto tiene que tener bugs con varios años de antigüedad :P |
 |
juanfra684: thunderbird3 no soporta Maildir, descartado para toda la eternidad |
 |
iratqq: @takano32 いまはopenbsd付属のsmtpd使ってます。こっちは設定いじるだけでMaildir使えますし、gmailでrelayもできますし。 |
|