Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0460
1 # Exim test configuration 0460
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7
8 # ----- Main settings -----
9
10 qualify_domain = test.ex
11 queue_only
12 queue_run_in_order
13
14 acl_smtp_rcpt = accept
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 r1:
22 driver = accept
23 transport = t1
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 t1:
31 driver = appendfile
32 file = DIR/test-mail/${bless:$local_part}
33 user = CALLER
34
35 # End