Add hopper to the appropriate config lines
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 30_exim4-config_trouble_users
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 trouble_users:
7 debug_print = "T: trouble_users for $local_part@$domain"
8 driver = appendfile
9 group = mail
10 file = /var/tmp/frozen/${local_part}
11 delivery_date_add
12 envelope_to_add
13 return_path_add
14