Fix CVE-2016-1531
[exim.git] / test / confs / 0505
1 # Exim test configuration 0505
2
3 ACL=
4 CONTROL=
5 RECIPIENT=acl_smtp_rcpt=accept
6
7 exim_path = EXIM_PATH
8 keep_environment =
9 host_lookup_order = bydns
10 primary_hostname = myhost.test.ex
11 spool_directory = DIR/spool
12 log_file_path = DIR/spool/log/%slog
13 gecos_pattern = ""
14 gecos_name = CALLER_NAME
15
16 # ----- Main settings -----
17
18 acl_ACL = test_acl
19 RECIPIENT
20
21 queue_only
22
23 # ----- ACLs -----
24
25 begin acl
26
27 test_acl:
28   accept control = CONTROL
29
30 # End