git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OpenSSL: Fix tls_eccurve on earlier versions than 3.0.0. Bug 2954
[exim.git]
/
test
/
confs
/
1008
1
# Exim test configuration 1008
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
queue_run_in_order
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
r1:
16
driver = manualroute
17
transport = t1
18
route_list = * "127.0.0.1 : ::::1"
19
self = send
20
21
22
# ----- Transports -----
23
24
begin transports
25
26
t1:
27
driver = smtp
28
port = PORT_S
29
hosts_try_fastopen = :
30
31
32
# ----- Retry -----
33
34
begin retry
35
36
* * F,1d,2h
37
38
39
# End