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
/
0082
1
# Exim test configuration 0082
2
3
.include DIR/aux-var/std_conf_prefix
4
5
6
# ----- Main settings -----
7
8
trusted_users = CALLER
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
localuser:
16
driver = accept
17
local_parts = userx
18
transport = local_delivery
19
20
21
# ----- Transports -----
22
23
begin transports
24
25
local_delivery:
26
driver = appendfile
27
delivery_date_add
28
envelope_to_add
29
file = DIR/test-mail/$local_part
30
headers_add = "Proto: $received_protocol"
31
return_path_add
32
user = CALLER
33
34
# End