summaryrefslogtreecommitdiff
path: root/test/confs/0621
blob: 32d906203943b9112ddf655ce08352661c1b6668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Exim test configuration 0621

.include DIR/aux-var/std_conf_prefix


# ----- Main settings -----

domainlist local_domains = test.ex
qualify_domain = test.ex
queue_only

log_selector = +millisec

acl_not_smtp = on_rcpt

begin acl

on_rcpt:
  accept logwrite = queue_size: $queue_size


# End