gentoo-overlay/net-mail/dbmail/files
2023-10-19 16:43:32 -06:00
..
3.0-header_cache_perf.patch Dbmail 3.0.2 parchado para performance de reindexación de headers y un error en la inserción de mensajes 2013-07-20 19:35:16 -05:00
3.0-pgsql-RETURNING.patch Versión parchada de Dbmail por el mismo bug de RETURNING de Dbmail 2.0 2015-04-03 17:38:32 -06:00
3.2-pgsql-RETURNING.patch Parches para error de inserción con Postgres y error de cálculo de segundos del slow query 2015-04-03 19:26:50 -06:00
dbmail-2.0.4-01_quota.patch initial import 2012-01-07 05:40:10 -06:00
dbmail-2.0.4-fPIC.patch initial import 2012-01-07 05:40:10 -06:00
dbmail-2.0.11-lcrypt.patch correcciones a Dbmail que se habian quedado 2012-02-03 09:34:20 -06:00
dbmail-3.2.4-fetch_headers.patch dbmail-3.2.4 Fix: fetch_headers 2021-11-09 03:52:16 -06:00
dbmail-3.2.4-group_concat.patch dbmail-3.2.4 PostgreSQL Fix: group_concat issue 2021-11-08 19:09:38 -06:00
dbmail-3.2.4-size.patch size patch 2021-11-11 00:20:18 -06:00
dbmail-3.2.5-crypt.patch dbmail-3.2.5 Fix: crypt passwords 2021-11-07 06:37:31 -06:00
dbmail-3.2.5-debug.patch dbmail-3.2.5 Fix: crypt passwords 2021-11-07 06:37:31 -06:00
dbmail-imapd.initd net-mail/dbmail-3.3.0 2022-11-05 06:01:35 -06:00
dbmail-imapd.rc initial import 2012-01-07 05:40:10 -06:00
dbmail-lmtpd.initd net-mail/dbmail-3.3.0 2022-11-05 06:01:35 -06:00
dbmail-pop3d.initd net-mail/dbmail-3.3.0 2022-11-05 06:01:35 -06:00
dbmail-pop3d.rc initial import 2012-01-07 05:40:10 -06:00
dbmail-sieved.txt net-mail/dbmail-3.4.0: version bump 2023-10-19 16:43:32 -06:00
dbmail-startup-gentoo.patch initial import 2012-01-07 05:40:10 -06:00
dbmail-timsieved.initd net-mail/dbmail-3.3.0 2022-11-05 06:01:35 -06:00
README.gentoo Comentarios del PR #16994 2021-01-10 03:34:11 -06:00

Please read the INSTALL file in /usr/share/doc/${PF}/
for remaining instructions on setting up dbmail users and 
for finishing configuration to connect to your MTA and 
to connect to your db.

DBMail requires either SQLite, PostgreSQL or MySQL.
Database schemes can be found in /usr/share/doc/${PF}/
You will also want to follow the installation instructions
on setting up the maintenance program to delete old messages.
Don't forget to edit /etc/dbmail/dbmail.conf as well.

For regular maintenance, add this to crontab:
0 3 * * * /usr/bin/dbmail-util -cpdy >/dev/null 2>&1

Please make sure to run etc-update.
If you get an error message about plugins not found
please add the library_directory configuration switch to
dbmail.conf and set it to the correct path
(usually /usr/lib/dbmail or /usr/lib64/dbmail on amd64)
A sample can be found in dbmail.conf.dist after etc-update.

We are now using the init script from upstream.
Please edit /etc/conf.d/dbmail to set which services to start
and delete /etc/init.d/dbmail-* when you are done. (don't
forget to rc-update del dbmail-* first)

Changed pid directory to /run/dbmail (see
http://www.dbmail.org/mantis/view.php?id=949 for details)

The database config has changed to support libzdb db URI
Please check the documentation (or Bug #479664)

The database schema has changed since 3.0.x make sure
to run the migration script

Please be aware, that the single init-script for all services
has been replaced with seperate init scripts for the individual services.
Make sure to add dbmail-(imapd|lmtpd|pop3d|timsieved) using rc-update
and remove dbmail if you want to take advantage of this change.