Close notifier socket before re-exec of daemon. Bug 2539
[exim.git] / test / confs / 0621
CommitLineData
04403ab0
JH
1# Exim test configuration 0621
2
3.include DIR/aux-var/std_conf_prefix
4
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10queue_only
11
12log_selector = +millisec
13
14acl_not_smtp = on_rcpt
15
16begin acl
17
18on_rcpt:
19 accept logwrite = queue_size: $queue_size
20
21
22# End