Fix CVE-2016-1531
[exim.git] / test / confs / 0003
CommitLineData
afda344b
PH
1# Exim test configuration 0003
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12acl_smtp_rcpt = check_recipient
13domainlist local_domains = test.ex
14smtp_accept_max_nonmail = 1000
15
16
17# ----- ACL -----
18
19begin acl
20
21check_recipient:
22 accept hosts = :
23 deny senders = 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