Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0618
1 # Exim test configuration 0618
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = @
9
10 acl_smtp_rcpt = chk_rcpt
11
12 queue_only
13
14
15 # ----- ACL -----
16
17 begin acl
18
19 chk_rcpt:
20   accept        local_parts =   lsearch;DIR/aux-fixed/TESTNUM.list
21                 domains =       lsearch;DIR/aux-fixed/TESTNUM.list
22
23 # End