diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 01:17:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 01:17:49 +0000 |
commit | 6eb3d0aa1e4580eb4c6a3e349a94d843f3fd62fb (patch) | |
tree | 8045a7832d1679430b49cdd5db6e2184ac99c5e9 /mail/Makefile | |
parent | 6bd1e92fc31d340e7dc805b1bb8e2127565b8beb (diff) |
[new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP)
(author description)
The DBMAIL package replaces the normal UNIX mailing system.
All emails and users data are stored in a database. You can
create an unlimited number of email accounts, which can be
checked using the POP3 or IMAP protocol. Users can maintain
their own set of email addresses. It is more scalable, more
secure, and faster than traditional mail systems. DBMAIL
uses PostgreSQL or MySQL.
PR: ports/54887
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=90481
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 0a308e090a67..0bf5511c6418 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -38,6 +38,7 @@ SUBDIR += cyrus-imapd SUBDIR += cyrus-imapd2 SUBDIR += cyrus-imapd22 + SUBDIR += dbmail SUBDIR += dcc-dccd SUBDIR += demime SUBDIR += distribute |