On 1/28/2015 8:39 AM, List wrote: > I would like to transport messages for a specific address to a > python application to do a few things then push the message back to > postfix for delivery to their maildir. I am wondering what is the > best way to put that message back into postfix without it looping > back through the transport? >
To reliably route a single recipient to a specific transport, you must use a transport_maps entry. Since transport_maps is a global property, you'll need to return the processed message into a separate postfix instance (unless the processing changes the recipient address). http://www.postfix.org/MULTI_INSTANCE_README.html -- Noel Jones