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