Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0163
index 4193741c2cc0f21bd00128afc107a6589ee35f3d..806c4b9e21c878fb7c4b4fa61b72013bc6b45663 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0163
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -32,6 +28,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----