summaryrefslogtreecommitdiff
path: root/test/confs/0900
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-21 23:44:06 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-22 15:23:37 +0100
commitfbbd45ff5ade30d38ca60ea5aeccc305501c9174 (patch)
tree17be713e07ab77592e8ea44a670ec24da5a6c47f /test/confs/0900
parent6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (diff)
Add automatic macros for compile-time feature options
Diffstat (limited to 'test/confs/0900')
-rw-r--r--test/confs/09004
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/0900 b/test/confs/0900
index 2eaf01ee3..21fbf0901 100644
--- a/test/confs/0900
+++ b/test/confs/0900
@@ -1,6 +1,6 @@
# Exim test configuration 0900
SERVER=
-Y=
+SRV=
LIST=
ALLOW=
@@ -12,7 +12,7 @@ log_file_path = DIR/spool/log/SERVER%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
chunking_advertise_hosts = *
-tls_advertise_hosts = ${if eq {Y}{tls} {*}}
+tls_advertise_hosts = ${if eq {SRV}{tls} {*}}
# ----- Main settings -----