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
/
0355
1
# Exim test configuration 0355
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
domainlist local_domains = test.ex
9
10
qualify_domain = test.ex
11
12
13
# ----- Routers -----
14
15
begin routers
16
17
r0:
18
driver = redirect
19
file = .forward
20
21
r1:
22
driver = accept
23
transport = t1
24
25
# ----- Transports -----
26
27
begin transports
28
29
t1:
30
driver = appendfile
31
user = CALLER
32
file = DIR/test-mail/$local_part
33
34
# End