debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0152
CommitLineData
afda344b
PH
1# Exim test configuration 0152
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11local_from_prefix = page+ : *-
12local_from_suffix = =* : &page
13
14
15# ----- Routers -----
16
17begin routers
18
19all:
20 driver = accept
21 retry_use_local_part
22 transport = appendfile
23
24
25# ----- Transports -----
26
27begin transports
28
29appendfile:
30 driver = appendfile
0d2e392e 31 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
32 user = CALLER
33
34
35# End