Testsuite: TLS client testcase consolidation
[exim.git] / test / confs / 2121
diff --git a/test/confs/2121 b/test/confs/2121
deleted file mode 100644 (file)
index 6dcaa05..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Exim test configuration 2121
-
-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