git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: OpenSSL/LibreSSL version output variances
[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
30
31
# ----- Retry -----
32
33
begin retry
34
35
* * F,1d,2h
36
37
38
# End