From d29a84b5fb514671b2b6a324ebb5f982dfcfc812 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 25 Oct 2016 14:58:03 +0100 Subject: [PATCH] Testsuite: make common-code config usable in non-TLS builds --- test/confs/0900 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/confs/0900 b/test/confs/0900 index 6816ef8c9..e02380f73 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -28,8 +28,10 @@ queue_only smtp_receive_timeout = 2s log_selector = +received_recipients +.ifdef _OPT_MAIN_TLS_CERTIFICATE tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} +.endif ALLOW -- 2.30.2