Improve get-token reliability
[hcoop/config/exim.git] / conf.d / transport / 35_exim4-config_address_directory
CommitLineData
725c9874 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
ebec2a0b
CE
5# hcoop-change: Add bogus group line to make sure get-token gets
6# executed and ignore owner
ce52d3bf 7
725c9874 8address_directory:
9 debug_print = "T: address_directory for $local_part@$domain"
10 driver = appendfile
ebec2a0b
CE
11 directory = ${address_file}${run{/etc/exim4/get-token ${local_part}}{}}
12# group = mail${run{/etc/exim4/get-token ${local_part}}{}}
d2b0a567 13 delivery_date_add
14 envelope_to_add
15 return_path_add
725c9874 16 check_string = ""
17 escape_string = ""
ebec2a0b 18 check_owner = false
725c9874 19 maildir_format
ebec2a0b
CE
20 current_directory = /
21 maildir_retries = 20
22 mode_fail_narrower = false