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