summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-01 22:39:20 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-02 16:46:32 +0100
commite7621e8371917cc06d0abce0929c3166e29007fb (patch)
treeee7b3cb05651d92fa494ccd129d8175e824ca3d5 /test/confs
parent15021e1181f635f7d96d07aad7e95467ae699480 (diff)
testcases for TLS
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/09005
l---------test/confs/20901
l---------test/confs/20911
l---------test/confs/21901
l---------test/confs/21911
5 files changed, 8 insertions, 1 deletions
diff --git a/test/confs/0900 b/test/confs/0900
index 3235f1ee7..245d9fa96 100644
--- a/test/confs/0900
+++ b/test/confs/0900
@@ -1,6 +1,7 @@
# Exim test configuration 0900
SERVER=
X=
+Y=
OPT=
exim_path = EXIM_PATH
@@ -11,7 +12,7 @@ log_file_path = DIR/spool/log/SERVER%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
chunking_advertise_hosts = *
-tls_advertise_hosts =
+tls_advertise_hosts = ${if eq {Y}{tls} {*}}
# ----- Main settings -----
@@ -25,6 +26,8 @@ queue_only
smtp_receive_timeout = 2s
log_selector = +received_recipients
+tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
+tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
# ----- ACL -----
diff --git a/test/confs/2090 b/test/confs/2090
new file mode 120000
index 000000000..1bb987150
--- /dev/null
+++ b/test/confs/2090
@@ -0,0 +1 @@
+0900 \ No newline at end of file
diff --git a/test/confs/2091 b/test/confs/2091
new file mode 120000
index 000000000..1bb987150
--- /dev/null
+++ b/test/confs/2091
@@ -0,0 +1 @@
+0900 \ No newline at end of file
diff --git a/test/confs/2190 b/test/confs/2190
new file mode 120000
index 000000000..1bb987150
--- /dev/null
+++ b/test/confs/2190
@@ -0,0 +1 @@
+0900 \ No newline at end of file
diff --git a/test/confs/2191 b/test/confs/2191
new file mode 120000
index 000000000..1bb987150
--- /dev/null
+++ b/test/confs/2191
@@ -0,0 +1 @@
+0900 \ No newline at end of file