summaryrefslogtreecommitdiff
path: root/test/confs/0556
blob: 965d68120ab8826d1984cb0c88711a2cef087138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Exim test configuration 0556

ACL_MAIL=accept
ACL_RCPT=accept
ACL_PREDATA=accept
PAH=127.0.0.1

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_predata = ACL_PREDATA
acl_smtp_mail = ACL_MAIL
acl_smtp_rcpt = ACL_RCPT
pipelining_advertise_hosts = PAH

queue_only

# ----- ACL -----

begin ACL

check_predata:
  accept     delay = 2s

check_mail:
  accept     delay = 2s

check_rcpt:
  accept     delay = 2s

# End