git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Copyright year bumps for substantive changes 2017
[exim.git]
/
test
/
confs
/
0554
1
# Exim test configuration 0554
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
# ----- Routers -----
11
12
begin routers
13
14
r1:
15
driver = manualroute
16
route_list = * 127.0.0.1
17
transport = smtp
18
self = send
19
20
21
# ----- Transports -----
22
23
begin transports
24
25
smtp:
26
driver = smtp
27
port = PORT_S
28
29
# ----- Retry -----
30
31
begin retry
32
33
* * F,10s,1s
34
35
# End