Revert "increase spam message size limit"
[hcoop/config/exim.git] / conf.d / transport / 30_exim4-config_address_pipe
... / ...
CommitLineData
1
2# This transport is used for handling pipe deliveries generated by
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#
7# hcoop-change: Set a nonsensical environment variable in order that a
8# the token-acquiring command may be run
9address_pipe:
10 debug_print = "T: address_pipe for $local_part@$domain"
11 driver = pipe
12 environment = AFS_IS=${run{/etc/exim4/get-token ${local_part}}{}}enabled
13 return_fail_output
14