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
/
0323
1
# Exim test configuration 0323
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
transport = t1
17
route_list = * "${lookup{'$domain'} lsearch{DIR/aux-fixed/TESTNUM.lookup}}"
18
19
20
# ----- Transports -----
21
22
begin transports
23
24
t1:
25
driver = appendfile
26
file = /dev/null
27
user = CALLER
28
29
# End