Email with database-DBMail

August 5th, 2008 | by jamshed zaidi |

Who doesn’t want to have a fast and reliable solution for an emails delivery? Now another refreshing product in open source development is DBMail. Currently it is supporting sqlLite, postgre, mysql. Its name is suggesting that mail contents including attachments are stored in database which is highly scalable and flexible. So no more file based storage is required and no more dependency on file system because database is there to interact. We can store up to large scale of data in a database in millions and it all can be managed by the DBMail Administrator,

its web based tool which provides lot of easier way to interact with database. Security is not an issue because it all depends how much secure your database is. Here is the pictorial representation of DBMail structure

Control flow of dbmail

Working is simple as it is showing in a figure; Mail Transfer Agent  MTA (sendmail, postfix, exim etc…) accepts a message then control is moved to dbmail-smtp or dbmail-imtpd. Then intraction with database comes in. DMLMUA (thinderbird, micrsoft outlook etc…) pull up emails by using POP3d/IMAP. It’s free because supported by GNU. To learn more go how to’s link of dbmail statements done their job by inserting and updating emails in db.

  1. 2 Responses to “Email with database-DBMail”

  2. By senthil kumar.S on Sep 2, 2008 | Reply

    is it free ?..if it is free where i can download to use …

  3. By jamshed zaidi on Sep 27, 2008 | Reply

    hi brother,
    Yes its completely free, you can download from this
    http://www.dbmail.org/index.php?page=download and check its how to link in the above post.

    Regards
    Jamshed

Post a Comment