testsuite: abstract out common conf settings
[exim.git] / test / confs / 0436
CommitLineData
afda344b
PH
1# Exim test configuration 0436
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14r1:
15 driver = accept
16 transport = t1
17
18# ----- Transports -----
19
20begin transports
21
22t1:
23 driver = appendfile
24 envelope_to_add
25 use_bsmtp
26 file = DIR/test-mail/$sender_address_local_part
27 user = CALLER
28 batch_max = 20000
29
30# End