OpenSSL: SSLKEYLOGFILE support
[exim.git] / test / confs / 0538
index 7f89ccc6a4bb644106159fa5727a8440fbe2f821..9081aa572950fd9a3ab79e32aff77144484b6bdb 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0538
 
-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
 
 # ----- Main settings -----
 
@@ -38,6 +33,13 @@ r1:
   route_list = * "<= 127.0.0.1:PORT_S"
   self = send
   verify_only
+  transport = t1
+
+
+begin transports
+
+t1:
+  driver = smtp
 
 
 # End