ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Maildir

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 comma and flags to the filename.

Software that supports Maildir includes:

  • Postfix
  • Qmail
  • Courier IMAP
  • procmail, which encodes the numbers in the filename in modified base-64 code




Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Maildir".