On 11/13/2013 11:18 AM, List wrote: > I am building a script to handle some specific recipients so I will > be using transport to handle their domain. The script may run for a > long period of time (up to 30 seconds) and I am wondering if there > is a way for the script to let postfix know I have received the > message and let it continue on while it is doing it's work? >
The postfix pipe transport waits up to 1000s for delivery to complete. Don't over-complicate your script by trying to work around this. -- Noel Jones