Jump to content

maildrop

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 04:26, 7 August 2014 (Dating maintenance tags: {{Citation needed}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Distinguish2

maildrop
Original author(s)Sam Varshavchik
Initial releasepre-1999
Stable release
2.7.1 / 28-Nov-2013
Operating systemAll POSIX (Linux, Mac OS X, FreeBSD, Solaris)
TypeMail filter
LicenseGPL
Websitewww.courier-mta.org/maildrop/

maildrop is a Mail delivery agent used by the Courier Mail Server. The maildrop MDA also includes filtering functionality. maildrop receives mail via stdin and delivers in both Maildir and mbox formats.

maildrop has been suggested as an alternative to the unmaintained procmail MDA[citation needed].

Features

maildrop can optionally read filtering configuration from a file to determine whether the message is delivered to an alternate mailbox or forwarded. The structured filtering language is robust enough to allow maildrop to work with virtual mailboxes. If the filtering configuration contains syntax errors maildrop does not deliver the message but the message is not lost. [1]

maildrop is written in C++ however it uses resources more efficiently than procmail (written in C) by saving large messages to a temporary file rather than reading them into memory. If the input to maildrop is a file then a temporary file is not used.[2]

References

  1. ^ "Maildrop features". Retrieved 7 July 2011.
  2. ^ "Maildrop features (efficiency)". Retrieved 7 July 2011.

See also

External links