Email

DBMail – scalable sql based email services

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 and SQLite can be used as database backends.

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-smtp, using a pipe interface, or dbmail-lmtpd, using LMTP (Local Mail Transport Protocol). These programs take care of delivering the message into the database. Messages can be retreived from the database using dbmail-pop3d, using the POP3 protocol, and dbmail-imapd, using the IMAP4Rev1 protocol.

The whole email is stored in the database. That includes attachments. The DBMail programs do not have to touch the filesystem to retreive or insert emails. User information is also stored in the database, so users do not need an account on the machines DBMail is running on.

Key Features

  • Enables you to create mailboxes without the need of system users.
  • Mail is more efficiently stored and therefore it can be inserted and retrieved much faster than any regular system (DBMail is currently able to retrieve approximately 250 mail messages per second).
  • Expandable. A database is much easier to access than a flat file or a Maildir.
  • Scalable. You can run the dbmail programs on different servers talking to the same database (cluster).
  • Using an event-driven multi-threaded architecture and database connection pooling supporting many connected clients simultaneously is no longer an issue.
  • More secure. There’s no need to maintain system users or write to the filesystem. All this is done through the database.
  • IPv6 support.
  • Native SSL/TLS support.
  • PostgreSQL 9 support.

Website: github.com/dbmail/dbmail
Support:
Developer: NFG
License: GNU General Public License v2.0

DBmail is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Email Servers
EximHighly configurable mail transfer agent
OpenSMTPDImplementation of the server-side SMTP protocol with additional extensions
moxModern, secure, all-in-one email server
DBMailEnables storing and retrieving mail messages from a database
WildDuckOpinionated email server
StalwartAll-in-one mail and collaboration server
MailuSelf-hosted mail server stack
Mail-in-a-BoxSelf-hosted email server solution
PostfixPopular mail transfer agent
MaddyComposable all-in-one mail server
HarakaModern SMTP server
DovecotSecure POP3 server that supports mbox and maildir mailboxes
CourierIntegrated mail/groupware server
Cyrus IMAPEmail, contacts and calendar server
ZimbraZimbra Collaboration Suite
ModoboaMail hosting and management platform
CitadelExchange-killer groupware server
chasquidSMTP server with a focus on simplicity, security, and ease of operation
SendmailMail transfer agent for sophisticated mail configurations
qmailWritten as a more secure replacement for the Sendmail program
dmaDragonFly Mail Agent
DavMailPOP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted