Hello
Does anybody know
how to process incoming emails for virtual mailboxes in postfix?
I am building web application where users add new content by sending emails
to application.
Email address used for each user is custom (eg.
[email protected]) and it is
dynamically created as a Postfix virtual mailbox. User needs
to be able
to send email
to his custom mailbox address (
[email protected]) and i want
to process each incoming email, parse it's contents and populate my database with data from email.
I tried using Postfix After Queue filter but what i really wont is
to process emails once they are saved in users virtual mailbox folder.