Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0562
1 # Exim test configuration 0562
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11 tls_advertise_hosts =
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = accept
16 acl_smtp_data = drop
17 acl_smtp_notquit = notquit
18
19 smtp_accept_max_nonmail = 4
20 smtp_receive_timeout = 1s
21
22 # ----- ACLs -----
23
24 begin acl
25
26 notquit:
27 accept logwrite = NOTQUIT reason: '$smtp_notquit_reason'
28
29 # End