testsuite: abstract out common conf settings
[exim.git] / test / confs / 0491
CommitLineData
afda344b
PH
1# Exim test configuration 0491
2
3UL=abc@xyz
4REWRITE=
5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
afda344b
PH
9
10# ----- Main settings -----
11
12# When running in the test harness, this setting overrides the real login
13# (normally it acts only if no login name can be found).
14
15unknown_login = UL
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = accept
24 transport = t1
25
26
27# ----- Transports -----
28
29begin transports
30
31t1:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 user = CALLER
35
36
37# ----- Rewrite -----
38
39begin rewrite
40
41REWRITE
42
43# End