Fix CVE-2016-1531
[exim.git] / test / confs / 0478
CommitLineData
afda344b
PH
1# Exim test configuration 0478
2
3SERVER=
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b 7host_lookup_order = bydns
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/SERVER%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = accept
17deliver_drop_privilege
18
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = accept
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
30079bc1 35 port = PORT_D
7eb59ff9 36 hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2}}
afda344b
PH
37 allow_localhost
38 connect_timeout = 1s
39
40
41# ----- Retry -----
42
43begin retry
44
45* * F,1d,2h
46
47
48# End