freebsd-ports/mail/maildrop/pkg-descr
Sergei Kolobov 2c35eef485 - Update to 1.6.3
- Remove patched we do not need anymore
- Disable database extensions by default;
  use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr

PR:		58968 [1], 56329 [2], 59807 [3]
Submitted by:	oleg dashevskii <be9-ml@be9.ru> [1],
		Paul Dlug <paul@aps.org> [2],
		Harold Paulson <haroldp@internal.org> [3]
2003-12-23 16:33:36 +00:00

15 lines
723 B
Text

maildrop is a replacement for your local mail delivery agent,
similar to mail/procmail.
- maildrop reads a mail message from standard input,
then delivers the message to your mailbox.
- maildrop will optionally read instructions from a file,
which describes how to filter incoming mail.
Instructions can be provided having mail delivered to
alternate mailboxes, or forwarded somewhere else.
Unlike procmail, maildrop uses a structured filtering language.
- maildrop knows how to deliver mail to mbox-style mailboxes and maildirs.
- maildrop is written in C++, and handles resources more efficiently.
maildrop can be used with sendmail, qmail, and other MTAs.
WWW: http://www.flounder.net/~mrsam/maildrop/