Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0217
index 7ffc1b099b0eea2af7eb4bf5cdfd5007e255dea8..9842c3988cba78c1047cb90cc1e601c2cedfa83c 100644 (file)
@@ -1,13 +1,11 @@
 # Exim test configuration 0217
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+HAP=
+
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+log_selector = +pipelining
 
 # ----- Main settings -----
 
@@ -43,14 +41,16 @@ send_to_server:
   command_timeout = 1s
   hosts = 127.0.0.1
   port = PORT_S
-
+  hosts_try_fastopen = :
+  HAP
+  max_rcpt = 1000
 
 # ----- Retry -----
 
 
 begin retry
 
-* * F,5d,10s
+* *            F,5d,10s
 
 
 # End