cb01c37dd6084469992557986c71ffe5282c3d10
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 30_exim4-config_address_pipe
1
2 # This transport is used for handling pipe deliveries generated by alias or
3 # .forward files. If the commands fails and produces any output on standard
4 # output or standard error streams, the output is returned to the sender
5 # of the message as a delivery error.
6 # You can set different transports for aliases and forwards if you want to
7 # - see the references to address_pipe in the routers section above.
8 address_pipe:
9 debug_print = "T: address_pipe for $local_part@$domain"
10 driver = pipe
11 return_fail_output
12