Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 0387
1 # Exim test configuration 0387
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = rcpt
10 trusted_users = CALLER
11
12
13 # ----- ACLs -----
14
15 begin acl
16
17 rcpt:
18 accept sender_domains = partial2-lsearch;DIR/aux-fixed/TESTNUM.1
19 accept hosts = net-lsearch;DIR/aux-fixed/TESTNUM.1 : \
20 net16-lsearch;DIR/aux-fixed/TESTNUM.1
21
22
23 # End