You can edit almost every page by Creating an account. Otherwise, see the FAQ.

DBMail IMAP and POP3 server

From EverybodyWiki Bios & Wiki


DBMail IMAP and POP3 server
Developer(s)2001-2005: Eelco van Beek / IC&S since 2005: NFG Net Facilities Group and others
Stable release
3.1.13 / 2014-03-19
Engine
    Operating systemCross-platform (Unix-based or "Unix-style"[1])
    TypeMail Delivery Agent
    LicenseGNU General Public License
    Websitewww.dbmail.org

    Search DBMail IMAP and POP3 server on Amazon.

    The DBMail IMAP and POP3 is a fast, scalable IMAP4 and POP3 server that stores all email and users in a PostgreSQL, MySQL or SQLite database.[2]

    How does it work?[edit]

    DBMail is made up of several components. A normal MTA (Postfix, Sendmail, Qmail, Exim[citation needed]) is used for accepting messages. The MTA hands the messages over to DBMail for message delivery using either a pipe interface, or LMTP (Local Mail Transport Protocol). DBMail then takes care of delivering the message into the database. Messages can be retrieved from the database by any common Mail User Agent using POP3 or IMAP4.

    Features[edit]

    Database driven[edit]

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

    DBMail currently supports:

    LDAP integration[edit]

    DBMail features full LDAP integration for both user authentication (login/password validation) and for user configuration (mail addresses and mail forwarding). Active Directory is supported.

    LDAP is the industry standard for unified user management and authentication, spanning multiple application domains across multiple sites. By integrating DBmail with LDAP, email user and alias management can be performed easily and transparently from within the chosen LDAP user management environment.

    Sieve filtering[edit]

    The DBMail server supports server-side mail filtering through the implementation of a mail filtering language called Sieve, derived from the Cyrus IMAP implementation. Users can set up and manage complex filtering rules to sort email into folders.

    Advantages[edit]

    The database driven design gives the server large advantages in scalability, manageability, speed, security and flexibility.

    Scalability
    DBMail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using dbmail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server.
    Manageability
    DBMail Administrator (DBMA) - the independently developed Graphic User Interface [GUI] for DBMail, accesses the database (RDBMS) on either a PostgreSQL or MySQL system and provides a scalable, menu-driven interface for administering e-mail; user accounts; global configurations; sending & fetching email and more. Written in PERL, DBMA can be used with Apache HTTP Server, Internet Information Services or any other HTTP Daemon.[3]
    Speed
    DBMail uses very efficient, database specific queries for retrieving mail information. This is much faster than parsing a filesystem. On PostgreSQL, there should be a further benefit where message bodies are transparently compressed and stored in a side table, with various performance improvements, via the TOAST feature.
    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 is based upon.[4]
    Flexibility.
    Changes on a DBMail system (adding of users, changing passwords etc.) are effective immediately.

    History[edit]

    DBMail was originally designed and built by Eelco van Beek and further developed by IC&S. Early 2005, NFG took over the project.

    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    References[edit]

    1. "DBMail 3.0 requirements".
    2. "About DBMail - The Mail System".
    3. DBMailAdministrator (DBMA) provides a complete LAN or WAN interface for all DBMail versions while reporting on your e-mail system's health.
    4. "Security Notes".

    External links[edit]


    This article "DBMail IMAP and POP3 server" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.