Fix CVE-2016-1531
[exim.git] / test / confs / 0020
CommitLineData
afda344b
PH
1# Exim test configuration 0020
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
14# ----- Main settings -----
15
16acl_smtp_connect = check_connect
17
18# Note that we use an explicit address in the 10.250.0.0/16 network, because
19# that is what is used by the testing code in Exim when it generates 2048 IP
20# addresses for the absurdly multi-homed host.
21
22host_lookup = 10.250.104.0/21
23
24
25# ----- ACL -----
26
27begin acl
28
29check_connect:
30 accept hosts = 10.250.104.0/21
31
32# End