debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0020
1 # Exim test configuration 0020
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7
8 # ----- Main settings -----
9
10 acl_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
16 host_lookup = 10.250.104.0/21
17
18
19 # ----- ACL -----
20
21 begin acl
22
23 check_connect:
24 accept hosts = 10.250.104.0/21
25
26 # End