Fix mail delivery to directories, forward bugzilla-daemon mail to bugzilla
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 35_exim4-config_address_directory
1 # This transport is used for handling file addresses generated by alias
2 # or .forward files if the path ends in "/", which causes it to be treated
3 # as a directory name rather than a file name.
4
5 # hcoop-change: Add bogus group line to make sure get-token gets executed
6
7 address_directory:
8 debug_print = "T: address_directory for $local_part@$domain"
9 driver = appendfile
10 group = mail${run{/etc/exim4/get-token ${local_part}}{}}
11 delivery_date_add
12 envelope_to_add
13 return_path_add
14 check_string = ""
15 escape_string = ""
16 maildir_format
17