git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Document that fixed 2018
[exim.git]
/
test
/
confs
/
0358
1
# Exim test configuration 0358
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
qualify_domain = test.ex
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
r1:
16
driver = accept
17
transport = t1
18
19
20
# ----- Transports -----
21
22
begin transports
23
24
t1:
25
driver = smtp
26
hosts = 127.0.0.1
27
allow_localhost
28
port = PORT_S
29
30
31
# ----- Retry -----
32
33
begin retry
34
35
* * F,3s,1s; G,1h,2s,2
36
37
# End