summaryrefslogtreecommitdiff
path: root/test/confs/2115
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/2115')
-rw-r--r--test/confs/211517
1 files changed, 0 insertions, 17 deletions
diff --git a/test/confs/2115 b/test/confs/2115
deleted file mode 100644
index ab1f6dcdd..000000000
--- a/test/confs/2115
+++ /dev/null
@@ -1,17 +0,0 @@
-# Exim test configuration 2115
-
-.include DIR/aux-var/tls_conf_prefix
-
-primary_hostname = myhost.test.ex
-
-# ----- Main settings -----
-
-log_selector = +smtp_connection
-
-smtp_receive_timeout = 1s
-
-tls_advertise_hosts = *
-tls_certificate = DIR/aux-fixed/cert1
-tls_privatekey = DIR/aux-fixed/cert1
-
-# End