Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0584
1 # Exim test configuration 0584
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex
10
11 acl_smtp_rcpt = check_recipient
12 queue_only
13
14
15 # ----- ACL -----
16
17 begin acl
18
19 check_recipient:
20   require verify = sender=OPT
21   accept
22
23 # ----- Routers -----
24
25 begin routers
26
27 goodroute:
28   driver = accept
29   local_parts = userx
30   verify_only
31
32
33 # End