TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 0114
CommitLineData
afda344b
PH
1# Exim test configuration 0114
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15forward:
16 driver = redirect
17 allow_filter
18 no_check_local_user
19 file = DIR/aux-var/TESTNUM.filter
20 file_transport = appendfile
21 pipe_transport = pipe
22 reply_transport = reply
23 retry_use_local_part
24 user = CALLER
25
26
27# ----- Transports -----
28
29begin transports
30
31appendfile:
32 driver = appendfile
33 user = CALLER
34
35pipe:
36 driver = pipe
37 user = CALLER
38
39reply:
40 driver = autoreply
41 user = CALLER
42 initgroups
43
44
45# ----- Retry -----
46
47begin retry
48
49* * F,5d,1d
50
51# End