maildrop

Not to be confused with mail drop, a company which receives mail on behalf of clients at its street address.

maildrop
Original author(s) Sam Varshavchik
Initial release pre-1999
Stable release
2.7.1 / 28-Nov-2013
Development status Active
Operating system All POSIX (Linux, Mac OS X, FreeBSD, Solaris)
Type Mail filter
License GPL
Website www.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.

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

This article is issued from Wikipedia - version of the 8/7/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.