Fix CVE-2016-1531
[exim.git] / test / confs / 0004
1 # Exim test configuration 0004
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 acl_smtp_rcpt = check_recipient
13 domainlist local_domains = test.ex
14 smtp_accept_max_nonmail = 1000
15
16
17 # ----- ACL -----
18
19 begin acl
20
21 check_recipient:
22 accept hosts = :
23 deny senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :\
24 lsearch*@;DIR/aux-fixed/0003.rej.lsearch :\
25 @@lsearch*;DIR/aux-fixed/0003.rej.bydomain
26 accept domains = +local_domains
27 deny message = relay not permitted
28
29 # End