merge hcoop transport configuration changes
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 30_exim4-config_maildrop_pipe
CommitLineData
dfbd9b51
CE
1# hcoop-change: Set a nonsensical environment variable in order that a
2# the token-acquiring command may be run
725c9874 3
4maildrop_pipe:
5 debug_print = "T: maildrop_pipe for $local_part@$domain"
6 driver = pipe
7 path = "/bin:/usr/bin:/usr/local/bin"
dfbd9b51 8 environment = AFS_IS=${run{/etc/exim4/get-token ${local_part}}{}}enabled
725c9874 9 command = "/usr/bin/maildrop"
10 return_path_add
11 delivery_date_add
12 envelope_to_add
13