Fix CVE-2016-1531
[exim.git] / test / confs / 0368
CommitLineData
afda344b
PH
1# Exim test configuration 0368
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15domainlist local_domains = test.ex : *.test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = manualroute
24 domains = manualroute
25 route_list = * ten-1.test.ex:ten-1.test.ex:ten-2.test.ex
26 transport = t1
27
28r2:
29 driver = dnslookup
30 transport = t1
31
32
33# ----- Transports -----
34
35begin transports
36
37t1:
38 driver = smtp
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,5d,1d
47
48
49# End