PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0020
CommitLineData
afda344b
PH
1# Exim test configuration 0020
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10acl_smtp_connect = check_connect
11
12# Note that we use an explicit address in the 10.250.0.0/16 network, because
13# that is what is used by the testing code in Exim when it generates 2048 IP
14# addresses for the absurdly multi-homed host.
15
16host_lookup = 10.250.104.0/21
17
18
19# ----- ACL -----
20
21begin acl
22
23check_connect:
24 accept hosts = 10.250.104.0/21
25
26# End