testcase
[exim.git] / test / confs / 0020
1 # Exim test configuration 0020
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11 tls_advertise_hosts =
12
13
14 # ----- Main settings -----
15
16 acl_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
22 host_lookup = 10.250.104.0/21
23
24
25 # ----- ACL -----
26
27 begin acl
28
29 check_connect:
30 accept hosts = 10.250.104.0/21
31
32 # End