diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-07 01:17:49 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-07 01:17:49 +0000 |
commit | fdc0f98505db7ac0b233a88d0285a0bbc444556c (patch) | |
tree | c1c5b394f936596d16f97e80d91595bba11d87b1 /mail/dbmail-devel/pkg-descr | |
parent | 8e26b6498b375b58fb42bc99ca157284eff41fd6 (diff) | |
download | FreeBSD-ports-fdc0f98505db7ac0b233a88d0285a0bbc444556c.zip FreeBSD-ports-fdc0f98505db7ac0b233a88d0285a0bbc444556c.tar.gz |
[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>
Diffstat (limited to 'mail/dbmail-devel/pkg-descr')
-rw-r--r-- | mail/dbmail-devel/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/dbmail-devel/pkg-descr b/mail/dbmail-devel/pkg-descr new file mode 100644 index 0000000..2c03d30 --- /dev/null +++ b/mail/dbmail-devel/pkg-descr @@ -0,0 +1,22 @@ +Dbmail is the name of a group of programs that enable the possiblilty of storing +and retrieving mail messages from a database (currently MySQL or PostgreSQL). + +What are the advantages? + + * Scalability. + Dbmail is as scalable as the database that is used for the mail storage. + * Manageability. + Dbmail is based upon a database. Dbmail can be managed by changing + settings in the database (f.e. using PHP/Perl/SQL). + * Speed. + Dbmail uses very efficient, database specific queries for retrieving mail + information. This is much faster then parsing a filesystem. + * Security. + Dbmail has got nothing to do with the filesystem or interaction with other + programs in the Unix environment which need special permissions. Dbmail + is as secure as the database it's based upon. + * Flexibility. + Changes on a Dbmail system (adding of users, changing passwords etc.) are + effective immediately. + +WWW: http://www.dbmail.org/ |