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
OpenSSL: Fix tls_eccurve on earlier versions than 3.0.0. Bug 2954
[exim.git]
/
test
/
confs
/
0610
diff --git
a/test/confs/0610
b/test/confs/0610
index 0567d8aaf6d5fc5f2062df1148f82ee7f558e9ea..370391b9579ead0731809ce53e48785de416ead4 100644
(file)
--- a/
test/confs/0610
+++ b/
test/confs/0610
@@
-21,16
+21,24
@@
queue_run_in_order
begin acl
conn_chk:
begin acl
conn_chk:
+.ifdef DELAY
defer condition = ${if eq {SERVER}{server}}
defer condition = ${if eq {SERVER}{server}}
+.endif
accept
# ----- Routers -----
begin routers
accept
# ----- Routers -----
begin routers
-
client
:
+
r1
:
driver = accept
driver = accept
- transport = $sender_address_local_part
+ condition = ${if eq {t1}{$sender_address_local_part}}
+ transport = t1
+
+r2:
+ driver = accept
+ condition = ${if eq {t2}{$sender_address_local_part}}
+ transport = t2
# ----- Transports -----
# ----- Transports -----
@@
-42,6
+50,7
@@
t1:
hosts = 127.0.0.1
port = PORT_D
interface = 127.0.0.1
hosts = 127.0.0.1
port = PORT_D
interface = 127.0.0.1
+ hosts_try_fastopen = :
t2:
driver = smtp
t2:
driver = smtp
@@
-49,12
+58,13
@@
t2:
hosts = 127.0.0.1
port = PORT_D
interface = HOSTIPV4
hosts = 127.0.0.1
port = PORT_D
interface = HOSTIPV4
+ hosts_try_fastopen = :
# ----- Retry -----
begin retry
# ----- Retry -----
begin retry
-* * F,5d,1
0
s
+* * F,5d,1s
# End
# End