dovecot: Customize the configuration.
[matthijs/servers/drsnuggles.git] / etc / exim4 / 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 address_file:
6   debug_print = "T: address_file for $local_part@$domain"
7   driver = appendfile
8   delivery_date_add
9   envelope_to_add
10   return_path_add
11