Improve get-token reliability
[hcoop/config/exim.git] / conf.d / transport / 35_exim4-config_address_directory
index 47d8962..d976f4b 100644 (file)
@@ -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