Fix CVE-2016-1531
[exim.git] / test / confs / 0259
1 # Exim test configuration 0259
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 rfc1413_query_timeout = 5s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 qualify_domain = test.ex
17
18
19 begin routers
20
21 all:
22 driver = manualroute
23 domains = ! test.ex
24 route_list = * 127.0.0.1 byname
25 self = send
26 transport = smtp
27 no_more
28
29
30 begin transports
31
32 smtp:
33 driver = smtp
34 port = PORT_S
35
36
37 begin retry
38
39 * * F,5d,10s
40
41 # End