X-Git-Url: http://git.hcoop.net/hcoop/config/exim.git/blobdiff_plain/6ca3e37a5f30904b430ce9073831275f6e543e16..ebec2a0b048ff83934b06f4324496b11173954a3:/conf.d/transport/35_exim4-config_address_directory diff --git a/conf.d/transport/35_exim4-config_address_directory b/conf.d/transport/35_exim4-config_address_directory index 47d8962..d976f4b 100644 --- a/conf.d/transport/35_exim4-config_address_directory +++ b/conf.d/transport/35_exim4-config_address_directory @@ -2,16 +2,21 @@ # or .forward files if the path ends in "/", which causes it to be treated # as a directory name rather than a file name. -# hcoop-change: Add bogus group line to make sure get-token gets executed +# hcoop-change: Add bogus group line to make sure get-token gets +# executed and ignore owner address_directory: debug_print = "T: address_directory for $local_part@$domain" driver = appendfile - group = mail${run{/etc/exim4/get-token ${local_part}}{}} + directory = ${address_file}${run{/etc/exim4/get-token ${local_part}}{}} +# group = mail${run{/etc/exim4/get-token ${local_part}}{}} delivery_date_add envelope_to_add return_path_add check_string = "" escape_string = "" + check_owner = false maildir_format - + current_directory = / + maildir_retries = 20 + mode_fail_narrower = false \ No newline at end of file