Here's a use case for my application. All incoming emails to different email addresses have to be processed by reading the content of email messages, along with the information such as: from email address, subject line and date/time sent. This information later has to be HTTP POSTed to a web service API or stored in a DB.
We are thinking about using PostFix as our MTA software. Using PostFix, is it possible to implement such a process to read emails? If yes please explain how? Or are there any programs that are readily available to read emails and store in a DB from PostFix?
Thanks!