Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0217
index 96d97cba48714a2e4f6c6327ffdef516ce627e07..9842c3988cba78c1047cb90cc1e601c2cedfa83c 100644 (file)
@@ -2,14 +2,10 @@
 
 HAP=
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.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 -----
 
@@ -45,6 +41,7 @@ send_to_server:
   command_timeout = 1s
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
   HAP
   max_rcpt = 1000
 
@@ -53,7 +50,7 @@ send_to_server:
 
 begin retry
 
-* * F,5d,10s
+* *            F,5d,10s
 
 
 # End