Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0598
1 # Exim test configuration 0598
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10 queue_only
11 notifier_socket = DIR/spool/this_my_notify_socket
12
13 log_selector = +millisec
14
15 acl_not_smtp = on_rcpt
16
17 begin acl
18
19 on_rcpt:
20   accept logwrite = queue_size: $queue_size
21
22
23 # End