Hello,
I am using Postfix smtp server for receiving mails.
My requirement is to take the mail objects from Postfix and parse the mail objects so that the individual mail objects can be used in my java code as soon as a mail is received by Postfix.
One of the solutions that i have come up is to have a content filter communicating with Postfix and taking the mails as streams on custom port and parse the mail stream to my java MIME message.
Currently i am able to have the mail stream from postfix but unable to parse that stream in my java filter code and get the required results.
Please help!!!
Thanks in advance!!
Ashish