summaryrefslogtreecommitdiff
path: root/test/confs/0900
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/0900
parent15021e1181f635f7d96d07aad7e95467ae699480 (diff)
testcases for TLS
Diffstat (limited to 'test/confs/0900')
-rw-r--r--test/confs/09005
1 files changed, 4 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 -----