DBMail is an open-source project that enables storage of mail messages in a relational database.
Currently MySQL, PostgreSQL, Oracle, and SQLite can be used as storage backends.
Commercial development and support is also available.
DBMail is made up of several components. A normal MTA (Postfix, SendMail, QMail, Exim) is used for accepting messages. The MTA hands the messages over to dbmail-deliver, using a pipe interface, or to dbmail-lmtpd, using LMTP (Local Mail Transport Protocol).
These programs take care of injecting the message into the database. Messages can be retreived from the database using dbmail-pop3d, using the POP3 protocol, or dbmail-imapd, using the IMAP4Rev1 protocol.
Emails are stored in the database. This includes attachments. User information is also stored in the database, so users do not need a system account on machines DBMail is running on.
DBMail is primarily developed and tested on the GNU Linux and FreeBSD platforms. Users have also reported successfull deployments on OpenSolaris, NetBSD and OSX.
DBMail is released under the GNU Public Licence (version 2).
m src/dbmail-imapsession.c m src/dm_debug.c m src/dm_mempool.c m src/server.c m test/check_dbmail_imapd.c
audit signal handling and memory cleanups
m src/dm_mailboxstate.c m test/check_dbmail_mailboxstate.c
IMAP: use faster query for flag counting
m src/dbmail-imapsession.c m src/dbmail-message.c
IMAP: imaptest fixes
merging changes from the master branch
m src/dbmail-message.c
IMAP: store cached addresses with quoted names
m debian/rules m src/dbmail-message.c m src/dbmail-message.h m src/dbmailtypes.h m src/dm_db.c m src/dm_http.c m src/dm_iconv.c m src/dm_misc.c m src/dm_sset.c m src/modules/sortsieve.c m test/check_dbmail_message.c
fix compiler warnings especially deprecation warnings from glib