Callouts: a "hold" option for receipient-verify, which keeps the connection open...
[exim.git] / test / confs / 0574
... / ...
CommitLineData
1# Exim test configuration 0574
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9acl_smtp_mail = chk_mail
10acl_smtp_rcpt = chk_rcpt
11acl_smtp_data = chk_data
12
13queue_only
14
15# ----- ACL -----
16
17begin acl
18
19chk_mail:
20 accept control = debug/tag=_1
21
22chk_rcpt:
23 accept control = debug/kill
24
25chk_data:
26 accept control = debug/tag=_2/opts=+all
27
28# End