|
Date: 4/9/2009 |
|
|
|
The most widely used. Installable on any Linux distribution as a binary or can compiled from the source. Monolytic implementation. Many applications imply Sendmail availability. Complex configuration file format. Inbox format to store e-mail. Almost the same capabilities as in Sendmail. Simpler configuration than in Sendmail. Monolitic implementation. Relatively simple configuration file. Modular design. Maildir format to store e-mail. How e-mail is stored (Mail file formats)(default: Sendmail, Exim, Postfix) Advantage: one file per user. Disadvantage: locking when accessed by several processes at the same time, therefore, it should not be shared over NFS. (default: Qmail; can be set for Exim and Postfix) Advantages: much rare locking; can be shared over NFS; simply delete e-mail by deleting files. Disadvantage: too many files on busy multi-user systems -- may run out of inodes.
|
|