Fix CVE-2016-1531
[exim.git] / test / confs / 0229
1 # Exim test configuration 0229
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
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 domainlist local_domains = test.ex
15 qualify_domain = test.ex
16
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 all:
24   driver = accept
25   retry_use_local_part
26   transport = smtp
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 smtp:
34   driver = smtp
35   allow_localhost
36   hosts = 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
37           127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
38           127.0.0.1 : 127.0.0.1 : HOSTIPV4
39   port = PORT_S
40
41
42 # ----- Retry -----
43
44
45 begin retry
46
47 * * F,5d,10s
48
49
50 # End