67e089ca458053bc465f10182fadafaf2534d1bc
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 30_exim4-config_address_file
1
2 # This transport is used for handling deliveries directly to files that are
3 # generated by aliasing or forwarding.
4 #
5 # hcoop-change: Add bogus group line to make sure get-token gets executed
6 address_file:
7 debug_print = "T: address_file for $local_part@$domain"
8 driver = appendfile
9 group = mail${run{/etc/exim4/get-token ${local_part}}{}}
10 delivery_date_add
11 envelope_to_add
12 return_path_add
13