Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 1005
index dfeee38ad94050b718432d517990daeda6a8c51a..1b01dc468f60d37edccbbbd01cb72f5cd6be9490 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 1005
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -30,6 +25,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # End