Testsuite: TLS client testcase consolidation
[exim.git] / test / confs / 1161
diff --git a/test/confs/1161 b/test/confs/1161
new file mode 100644 (file)
index 0000000..ae7c161
--- /dev/null
@@ -0,0 +1,44 @@
+# Exim test configuration 1161
+
+REQUIRE=#
+TRYCLEAR=#
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+
+# ----- Routers -----
+
+begin routers
+
+client:
+  driver = accept
+  transport = send_to_server
+
+
+# ----- Transports -----
+
+begin transports
+
+send_to_server:
+  driver = smtp
+  allow_localhost
+  hosts = 127.0.0.1
+  port = PORT_S
+  hosts_try_fastopen = :
+  REQUIRE
+  TRYCLEAR
+
+
+# ----- Retry -----
+
+
+begin retry
+
+* * F,5d,10s
+
+
+# End