Debug pretrigger capture facility
[exim.git] / test / confs / 0629
1 # Exim test configuration 0629
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_mail = chk_mail
10 acl_smtp_rcpt = chk_rcpt
11
12 # ----- ACL -----
13
14 begin acl
15
16 chk_mail:
17   accept control =              debug/tag=_rcpt/pretrigger=1024/trigger=paniclog
18
19 chk_rcpt:
20   deny   log_reject_target =    panic
21
22 # End