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