Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0421
CommitLineData
afda344b
PH
1# Exim test configuration 0421
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8primary_hostname = mail.test.ex
9qualify_domain = test.ex
10
11system_filter = DIR/aux-fixed/TESTNUM.F
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = accept
20 transport = t1
21
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = appendfile
0d2e392e 29 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
30 headers_rewrite = *@* abc@x.y.z
31 user = CALLER
32
33# End