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
/
0332
1
# Exim test configuration 0332
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
qualify_domain = test.ex
10
queue_run_in_order
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
r1:
18
driver = accept
19
domains = no.delay
20
transport = t1
21
22
r2:
23
driver = dnslookup
24
transport = t1
25
26
27
# ----- Transports -----
28
29
begin transports
30
31
t1:
32
driver = smtp
33
allow_localhost
34
hosts = 127.0.0.1
35
hosts_override
36
port = PORT_S
37
38
39
# ----- Retry -----
40
41
begin retry
42
43
* * F,1d,10m
44
45
46
# End