Revert "increase spam message size limit"
[hcoop/config/exim.git] / conf.d / transport / 30_exim4-config_maildrop_pipe
1 # hcoop-change: Set a nonsensical environment variable in order that a
2 # the token-acquiring command may be run
3
4 maildrop_pipe:
5 debug_print = "T: maildrop_pipe for $local_part@$domain"
6 driver = pipe
7 path = "/bin:/usr/bin:/usr/local/bin"
8 environment = AFS_IS=${run{/etc/exim4/get-token ${local_part}}{}}enabled
9 command = "/usr/bin/maildrop"
10 message_prefix =
11 message_suffix =
12 return_path_add
13 delivery_date_add
14 envelope_to_add
15