cvs commit: ports/mail/dbmail-devel Makefile distinfo pkg-descr
pkg-message pkg-plist ports/mail/dbmail-devel/files
dbmail-imapd.sh.in dbmail-lmtpd.sh.in dbmail-pop3d.sh.in
patch-2.1.7_001_383 patch-2.1.7_002 patch-2.1.7_004 ...
Edwin Groothuis
edwin at FreeBSD.org
Sat Aug 5 22:35:34 UTC 2006
edwin 2006-08-05 22:35:33 UTC
FreeBSD ports repository
Modified files:
mail/dbmail-devel Makefile distinfo pkg-descr pkg-plist
mail/dbmail-devel/files dbmail-imapd.sh.in dbmail-lmtpd.sh.in
dbmail-pop3d.sh.in
Added files:
mail/dbmail-devel pkg-message
mail/dbmail-devel/files patch-2.1.7_001_383 patch-2.1.7_002
patch-2.1.7_004 patch-2.1.7_005
patch-2.1.7_006 patch-2.1.7_007_385
patch-2.1.7_008 patch-2.1.7_009_372
patch-2.1.7_010_372
Log:
New port: mail/dbmail21 -current branch of DBMail
Dbmail is the name of a group of programs that enable the possiblilty
of storing and retrieving mail messages from a database (currently
MySQL, PostgreSQL or SQLite).
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/
PR: ports/101356
Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru>
Revision Changes Path
1.29 +106 -58 ports/mail/dbmail-devel/Makefile
1.16 +3 -3 ports/mail/dbmail-devel/distinfo
1.2 +1 -1 ports/mail/dbmail-devel/files/dbmail-imapd.sh.in
1.2 +1 -1 ports/mail/dbmail-devel/files/dbmail-lmtpd.sh.in
1.2 +2 -2 ports/mail/dbmail-devel/files/dbmail-pop3d.sh.in
1.1 +44 -0 ports/mail/dbmail-devel/files/patch-2.1.7_001_383 (new)
1.1 +28 -0 ports/mail/dbmail-devel/files/patch-2.1.7_002 (new)
1.1 +52 -0 ports/mail/dbmail-devel/files/patch-2.1.7_004 (new)
1.1 +14 -0 ports/mail/dbmail-devel/files/patch-2.1.7_005 (new)
1.1 +138 -0 ports/mail/dbmail-devel/files/patch-2.1.7_006 (new)
1.1 +76 -0 ports/mail/dbmail-devel/files/patch-2.1.7_007_385 (new)
1.1 +22 -0 ports/mail/dbmail-devel/files/patch-2.1.7_008 (new)
1.1 +63 -0 ports/mail/dbmail-devel/files/patch-2.1.7_009_372 (new)
1.1 +116 -0 ports/mail/dbmail-devel/files/patch-2.1.7_010_372 (new)
1.2 +16 -12 ports/mail/dbmail-devel/pkg-descr
1.1 +12 -0 ports/mail/dbmail-devel/pkg-message (new)
1.14 +47 -29 ports/mail/dbmail-devel/pkg-plist
More information about the cvs-ports
mailing list