Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 1000
CommitLineData
afda344b
PH
1# Exim test configuration 1000
2
3HL=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13
14# ----- Main settings -----
15
16acl_smtp_connect = check_connect
17HL
18
19
20# ----- ACL -----
21
22begin acl
23
24check_connect:
25 warn log_message = matched hostlist
26 hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex
27
28 accept condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}}
29
30# End