Fix CVE-2016-1531
[exim.git] / test / confs / 0543
1 # Exim test configuration 0543
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15 queue_run_in_order
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 smarthost:
23 driver = accept
24 transport = smtp
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32 driver = smtp
33 hosts = thisloop.test.ex
34 hosts_max_try = 1
35 allow_localhost
36 port = PORT_S
37
38
39 # ----- Retry -----
40
41
42 begin retry
43
44 * * F,5d,15m
45
46
47 # End