Revert "increase spam message size limit"
[hcoop/config/exim.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: Run get-token in directory so we acquire afs tokens,
6 # and ignore owner
7
8 address_directory:
9 debug_print = "T: address_directory for $local_part@$domain"
10 driver = appendfile
11 directory = ${address_file}${run{/etc/exim4/get-token ${local_part}}{}}
12 delivery_date_add
13 envelope_to_add
14 return_path_add
15 check_string = ""
16 escape_string = ""
17 check_owner = false
18 maildir_format
19 current_directory = /
20 maildir_retries = 20
21 mode_fail_narrower = false