diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-25 14:58:03 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-25 14:58:03 +0100 |
commit | d29a84b5fb514671b2b6a324ebb5f982dfcfc812 (patch) | |
tree | 645b49d379e227f597a36a7cc43a0c82d39e57e2 /test | |
parent | f59aaaaa6e9a836732363378bc0c8ffa6df5a853 (diff) |
Testsuite: make common-code config usable in non-TLS builds
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0900 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |