Fix CVE-2016-1531
[exim.git] / test / confs / 3202
CommitLineData
afda344b
PH
1# Exim test configuration 3202
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15# Use first three components of address to select ACL
16acl_smtp_rcpt = acl_${sg{${tr{$sender_host_address}{.}{_}}}{^(.*)_.*\$}{\$1}}
17
18# ----- ACLs -----
19
20begin acl
21
22acl_1_1_1:
23 accept hosts = net-testdb;defer
24
25acl_1_1_2:
26 deny domains = testdb;defer
27
28acl_1_1_3:
29 require local_parts = testdb;defer
30
31
32# End