git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Debug: indentation
[exim.git]
/
test
/
confs
/
5410
diff --git
a/test/confs/5410
b/test/confs/5410
index 96ec87496d6351f42aae94be11ec669fb3bb4629..c56b4624d507022182f286c7b6c909b9b048f252 100644
(file)
--- a/
test/confs/5410
+++ b/
test/confs/5410
@@
-8,7
+8,7
@@
primary_hostname = myhost.test.ex
log_selector = +smtp_confirmation
tls_advertise_hosts = *
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
domainlist local_domains = test.ex : *.test.ex
@@
-47,9
+47,11
@@
smtp:
driver = smtp
interface = HOSTIPV4
port = PORT_D
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}{*}{:}}
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
# End