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
/
0203
1
# Exim test configuration 0203
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
qualify_domain = test.ex
9
10
queue_run_in_order
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
others:
18
driver = manualroute
19
route_list = domain1 127.0.0.1 byname
20
self = send
21
transport = smtp
22
no_more
23
24
25
# ----- Transports -----
26
27
begin transports
28
29
smtp:
30
driver = smtp
31
port = PORT_S
32
33
34
# ----- Retry -----
35
36
37
begin retry
38
39
* * F,5d,1d
40
41
42
# End