Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0292
index 3fdbeb29982d2a2a5d80aab0d97d36482c750db1..d3ea4f342f78efa06d9148b3da4b840beacfae0e 100644 (file)
@@ -1,15 +1,9 @@
 # Exim test configuration 0292
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 trusted_users = CALLER
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -44,6 +38,7 @@ t1:
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
   debug_print = \$host=$host \$host_address=$host_address
 
 # End