From 9940096804c9f3985ca3bc9d862cefa0daa29c96 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 4 Jun 2012 14:54:13 +0100 Subject: Add hosts_verify_avoid_tls option to smtp transport. --- test/confs/5410 | 5 +++-- test/confs/5420 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'test/confs') 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 -- cgit v1.2.3