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