Geert Hendrickx wrote:
On Wed, Oct 21, 2009 at 10:20:50AM +0500, rihad wrote:
One more thing, please: after myprog has done its job, how can I pass the
original message back to postfix so it does whatever should be done after
myprog is finished (like delivering the message with virtual(8))?
Pass it to maildrop? :-)
We aren't using maildrop, but virtual(8). So, if I do
virtual_transport = myprog # set up in master.cf via pipe
# all remaining old virtual_* settings remaining untouched
# ...
in the myprog shell script, after it has done its job, how to pass
control to virtual(8)? Something like echo "OK virtual"? You're talking
to a postfix newbie facing too close a deadline, please bear with me ;-)