Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / confs / 0529
1 # Exim test configuration 0529
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21 driver = redirect
22 data = DIR/test-mail/rmbox
23 file_transport = t1
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 t1:
31 driver = appendfile
32 quota = 1
33 user = CALLER
34
35
36 # ----- Retry -----
37
38 begin retry
39
40 *@test.ex quota_7d
41 *@test.ex quota F,2h,15m; F,3d,1h
42 * * F,2h,15m; G,16h,1h,1.5; F,4d,6h
43
44 # End