mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
8ce98bea6d
while here: - trim Makefile header - convert DOCS case to optionsng - remove conflicts with dbmail 2.0, that is not in the tree - tab -> space change in pkg-descr:WWW PR: 172611 Submitted by: Alan Hicks <ahicks at p-o.co dot uk> (maintainer) Feature safe: yes
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
Dbmail is the name of a group of programs that enable the possibility of
|
|
storing and retrieving mail messages from a database (currently MySQL,
|
|
PostgreSQL or SQLite).
|
|
|
|
* Scalability.
|
|
Dbmail is as scalable as the database system that is used for the mail
|
|
storage. In theory millions of accounts can be managed using dbmail. One
|
|
could, for example, run 4 different servers with the pop3 daemon each
|
|
connecting to the same database (cluster) server.
|
|
* Manageability.
|
|
Dbmail is based upon a database. Dbmail can be managed by changing settings
|
|
in the database (f.e. using PHP/Perl/SQL), without needing shell access.
|
|
* 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/
|