diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-23 16:33:36 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-23 16:33:36 +0000 |
commit | 2c35eef485070978b4c2a85889f02d95f511b7c7 (patch) | |
tree | 3597c16e47d72aa65ec3578ea8a2d7abfed52e59 /mail/maildrop/pkg-descr | |
parent | abe39014ab297649509984e710d995c545957d36 (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=96488
Diffstat (limited to 'mail/maildrop/pkg-descr')
-rw-r--r-- | mail/maildrop/pkg-descr | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/mail/maildrop/pkg-descr b/mail/maildrop/pkg-descr index fb0ace6698cf..33893549b8c5 100644 --- a/mail/maildrop/pkg-descr +++ b/mail/maildrop/pkg-descr @@ -1,10 +1,15 @@ -maildrop is a replacement for your local mail delivery agent. -maildrop reads a mail message from standard input, then delivers -the message to your mailbox. maildrop knows how to deliver mail to -mbox-style mailboxes and maildirs. "maildir" is the mailbox format -used by the Qmail MTA. maildrop is written in C++, and handles -resources more efficiently. +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. +maildrop can be used with sendmail, qmail, and other MTAs. -WWW: http://www.flounder.net/~mrsam/maildrop/ +WWW: http://www.flounder.net/~mrsam/maildrop/ |