On 2010-05-03 Trier, James wrote:
> I'm standing up Postfix to intercept inbound email to a particular
> domain. What I'd like to do is take the inbound emails that reach this
> Postfix host, regardless of its final destination address, and place
> them on the file system as a flat file. And that's it. We have another
> custom application that is going poll that directory and run some
> customizations on the messages and then forward them to an internal
> application that is using JAVA Mail to process them.
> 
> Does anyone have any examples or simple solutions for this
> configuration?

Set up a catch-all mailbox on the Postfix host. Use procmail to store
all mail to that mailbox in Maildir format.

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

Reply via email to