X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..ae80738263712ae4f7dcf6a87a99320447537cfb:/test/confs/5410 diff --git a/test/confs/5410 b/test/confs/5410 index 96ec87496..c56b4624d 100644 --- a/test/confs/5410 +++ b/test/confs/5410 @@ -8,7 +8,7 @@ primary_hostname = myhost.test.ex log_selector = +smtp_confirmation tls_advertise_hosts = * -tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} +tls_certificate = DIR/aux-fixed/cert1 domainlist local_domains = test.ex : *.test.ex @@ -47,9 +47,11 @@ smtp: driver = smtp interface = HOSTIPV4 port = PORT_D + hosts_try_fastopen = : hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}} hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}} - tls_try_verify_hosts = : + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : # End