mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f45d770362
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@kikg.ifmo.ru>
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
|
|
IMPORTANT NOTE FOR ADMINS UPGRADING FROM 1.X->2.X!!!
|
|
|
|
*) Don't forget to update the database using a script from
|
|
%%DATADIR%%/
|
|
*) Many programs have been renamed and their arguments changed.
|
|
*) Read the upgrading notes.
|
|
*) Don't be careless with this upgrade or mail will be lost!
|
|
*) dbmail can be controled by setting dbmail_imapd_enable,
|
|
dbmail_lmtpd_enable, and/or dbmail_pop3d_enable in
|
|
/etc/rc.conf.
|
|
|