Fix CVE-2016-1531
[exim.git] / test / confs / 9900
CommitLineData
37ff4e03 1# Exim test configuration 9900
afda344b
PH
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14local_interfaces = 127.0.0.1
15primary_hostname = myhost.text.ex
16qualify_domain = test.ex
17
18
19
20# ----- Routers -----
21
22begin routers
23
24lookuphost:
25 driver = dnslookup
26 transport = smtp
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34 port = PORT_S
35
36
37# ----- Retry -----
38
39begin retry
40
4146c.test.ex * F,1s,1s
4246d.test.ex * F,1m,1s
43
44
45# End