diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-09-01 14:17:07 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-09-01 14:17:07 +0000 |
commit | c328f768c5780cc69a9d30ad2ffc8684d61b2435 (patch) | |
tree | 39732cb544afb02acad7bcc77da308ebaf033d4f /mail/Makefile | |
parent | 5d976bad8ec05383471984eea2b092c3c93eeefc (diff) | |
download | FreeBSD-ports-c328f768c5780cc69a9d30ad2ffc8684d61b2435.zip FreeBSD-ports-c328f768c5780cc69a9d30ad2ffc8684d61b2435.tar.gz |
Add dovecot,
it is a secure and compact IMAP server which is in the early stages
of developement. It supports Maildirs and mbox formats and much of the
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.
PR: ports/42290
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Some part by: me
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 98fa2b0..7af1a81 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -30,6 +30,7 @@ SUBDIR += demime SUBDIR += distribute SUBDIR += dkimap4 + SUBDIR += dovecot SUBDIR += drac SUBDIR += drbl SUBDIR += ecartis |