summaryrefslogtreecommitdiff
path: root/test/confs/0626
blob: 872c4b20a3983413c03c1da3e14506e5db43fb04 (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
# Exim test configuration 0626
# ACL seen condition

.include DIR/aux-var/std_conf_prefix


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

primary_hostname = test.ex
queue_only

acl_smtp_rcpt = chk_rcpt

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

begin acl

chk_rcpt:
  accept	seen = OPT

# seen = never / $sender_host_addreee / per_call
# seen = before=10s
# seen = before=10s / write
# seen = since / readonly
#
# seen = -10s
# seen = -10s / readonly
# seen = 2s
# seen = 0s / update=20d
#
# End