summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-06-04 14:54:13 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-06-04 14:57:04 +0100
commit9940096804c9f3985ca3bc9d862cefa0daa29c96 (patch)
tree1550f5e72b19015f4be26ff00c3d6f1419a1bd18 /test/confs
parent389ca47a59cc0247fcee8a50da42aa00af5f7a90 (diff)
Add hosts_verify_avoid_tls option to smtp transport.
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/54105
-rw-r--r--test/confs/54205
2 files changed, 6 insertions, 4 deletions
diff --git a/test/confs/5410 b/test/confs/5410
index aff16fad4..576967cac 100644
--- a/test/confs/5410
+++ b/test/confs/5410
@@ -1,4 +1,4 @@
-# Exim test configuration 5402
+# Exim test configuration 5410
exim_path = EXIM_PATH
host_lookup_order = bydns
@@ -52,7 +52,8 @@ smtp:
driver = smtp
interface = HOSTIPV4
port = PORT_D
- hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
+ hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
+ hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}}
# End
diff --git a/test/confs/5420 b/test/confs/5420
index aff16fad4..2a7ebda1b 100644
--- a/test/confs/5420
+++ b/test/confs/5420
@@ -1,4 +1,4 @@
-# Exim test configuration 5402
+# Exim test configuration 5420
exim_path = EXIM_PATH
host_lookup_order = bydns
@@ -52,7 +52,8 @@ smtp:
driver = smtp
interface = HOSTIPV4
port = PORT_D
- hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
+ hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
+ hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}}
# End