Testsuite: unbreak testcase
[exim.git] / test / confs / 0033
index 9e95388c3b0fa384e279eb1f4290d5d2593c3ad2..c6bf4d32e79ea58c4a108e15a2319490de234df0 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0033
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -43,5 +38,6 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 # End