Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0619
1 # Exim test configuration 0619
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 primary_hostname = primaryhostname.ex
9 hosts_treat_as_local = 46.test.ex
10 allow_domain_literals
11
12 acl_smtp_rcpt = chk_rcpt
13
14 # ----- ACL -----
15
16 begin acl
17
18 chk_rcpt:
19   accept        domains = OPT
20                 logwrite = domain $domain
21                 logwrite = value  $domain_data
22                 logwrite = \$0 '$0'  \$1 '$1'
23
24 # End