Fix CVE-2016-1531
[exim.git] / test / confs / 5206
1 # Exim test configuration 5206
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
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14
15 qualify_domain = test.ex
16 allow_mx_to_ip
17
18 # ----- Routers -----
19
20 begin routers
21
22 queryprogram:
23   driver = queryprogram
24   command = /bin/echo accept transport=smtp hosts=ten-3.test.ex lookup=bydns
25   command_user = nobody
26   domains = ten-3.test.ex
27   ignore_target_hosts = V4NET.0.0.0/8
28
29
30 # ----- Transports -----
31
32 begin transports
33
34 smtp:
35   driver = smtp
36   port = PORT_S
37
38
39 # ----- Retry -----
40
41
42 begin retry
43
44 * * F,5d,1d
45
46
47 # End