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

.include DIR/aux-var/std_conf_prefix


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

domainlist local_domains = test.ex
qualify_domain = test.ex
queue_only
notifier_socket = DIR/spool/this_my_notify_socket

log_selector = +millisec

acl_not_smtp = on_rcpt

begin acl

on_rcpt:
  accept logwrite = queue_size: $queue_size


# End