diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-09-01 14:17:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-09-01 14:17:07 +0000 |
commit | ffd7a33f3b0da687ea2aa72836b933ba247dfd30 (patch) | |
tree | dd1b5c304a782fcad4f3208451186e72914c761f /mail/Makefile | |
parent | fa4878f1885afe045b37baa3bf3a8a2205dea0d6 (diff) |
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
Notes
Notes:
svn path=/head/; revision=65408
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 98fa2b0123d6..7af1a81fcb43 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 |