TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 0156
1 # Exim test configuration 0156
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 alias:
17 driver = redirect
18 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
19 file_transport = appendfile
20 forbid_blackhole
21 forbid_file
22 forbid_include
23 forbid_pipe
24 retry_use_local_part
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 appendfile:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 user = CALLER
35
36
37 # ----- Retry -----
38
39 begin retry
40
41 * * F,5d,1d
42
43
44 # End