Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 0381
1 # Exim test configuration 0381
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 = check_rcpt
10 trusted_users = CALLER
11
12 # ----- ACL -----
13
14 begin acl
15
16 check_rcpt:
17 warn hosts = *.gov.uk.test.ex
18 warn hosts = !*.gov.uk.test.ex
19 warn hosts = *.co.uk.test.ex
20 warn hosts = !*.co.uk.test.ex
21 accept
22
23 # End