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