diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0900 | 5 | ||||
l--------- | test/confs/2090 | 1 | ||||
l--------- | test/confs/2091 | 1 | ||||
l--------- | test/confs/2190 | 1 | ||||
l--------- | test/confs/2191 | 1 |
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 |