summaryrefslogtreecommitdiff
path: root/test/confs/1103
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-01-20 20:44:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-01-21 12:20:27 +0000
commitc2decce2cb31c21601da988ef6ef02bec9073bdd (patch)
treee6c274c6009a94bcadd384954313d905feeea1c8 /test/confs/1103
parent90e0b2485d19eea5e93b5adad2fbcce5fc48a237 (diff)
Testsuite: TLS client testcase consolidation
Diffstat (limited to 'test/confs/1103')
-rw-r--r--test/confs/110344
1 files changed, 0 insertions, 44 deletions
diff --git a/test/confs/1103 b/test/confs/1103
deleted file mode 100644
index 52f471b79..000000000
--- a/test/confs/1103
+++ /dev/null
@@ -1,44 +0,0 @@
-# Exim test configuration 1103
-
-.include DIR/aux-var/tls_conf_prefix
-
-primary_hostname = myhost.test.ex
-
-# ----- Main settings -----
-
-tls_advertise_hosts = *
-
-tls_certificate = DIR/tmp/certs/servercert
-tls_privatekey = DIR/tmp/certs/serverkey
-tls_try_verify_hosts = *
-tls_verify_certificates = DIR/aux-fixed/cert2
-#tls_verify_certificates = system,cache
-
-queue_only
-log_selector = +millisec
-
-# --- ACL ---
-
-acl_smtp_rcpt = accept
-
-# ----
-
-begin routers
-
-all:
- driver = accept
- transport = smtp
-
-begin transports
-
-smtp:
- driver = smtp
- hosts = 127.0.0.1
- allow_localhost
- port = PORT_D
- hosts_try_fastopen = :
- tls_certificate = DIR/aux-fixed/cert2
- tls_verify_certificates = DIR/aux-fixed/cert1
- tls_verify_cert_hostnames = :
-
-# End