summaryrefslogtreecommitdiff
path: root/test/confs/0562
blob: d79c8bb072825668ec47d162864423f1f768517c (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 0562

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_rcpt = accept
acl_smtp_data = drop
acl_smtp_notquit = notquit

smtp_accept_max_nonmail = 4
smtp_receive_timeout = 1s

# ----- ACLs -----

begin acl

notquit:
  accept logwrite = NOTQUIT reason: '$smtp_notquit_reason'

# End