On 10/20/2013 3:28 AM, Wijatmoko U. Prayitno wrote: > On Sun, 20 Oct 2013 06:50:07 +0300 > Merve Temizer <mervet2...@gmail.com> wrote: > >> What is the most appropriate way to save mails into a >> database that i built before. I mean, i have a custom > > Use dbmail (www.dbmail.org)..
dbmail isn't appropriate here despite the fact it uses a database for storing messages. It uses its own non-configurable database format AFAIK. The OP will likely need to write a custom mail delivery agent that accepts the msg from Postfix via pipe(8) and then speaks SQL to the database engine in order to populate the fields. -- Stan