Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0173
CommitLineData
afda344b
PH
1# Exim test configuration 0173
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11system_filter = DIR/aux-var/TESTNUM.filter
12system_filter_pipe_transport = pipe
13trusted_users = CALLER
14
15
16# ----- Routers -----
17
18begin routers
19
20all:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24
25
26# ----- Transports -----
27
28begin transports
29
30appendfile:
31 driver = appendfile
0d2e392e 32 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
33 user = CALLER
34
35pipe:
36 driver = pipe
37 return_output
38 user = CALLER
7b283890 39 path = ${env{PATH}}
afda344b
PH
40
41
42# ----- Retry -----
43
44begin retry
45
46* * F,5d,1d
47
48
49# End