Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0233
CommitLineData
afda344b
PH
1# Exim test configuration 0233
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = rcpt
16
17freeze_tell = me
18system_filter = DIR/aux-fixed/TESTNUM.filter
19system_filter_reply_transport = address_reply
20
21
22# ----- ACL -----
23
24begin acl
25
26rcpt:
6a3f1455
PH
27 accept local_parts = usery
28 control = freeze
29 accept control = freeze/no_tell
afda344b
PH
30
31
32# ----- Routers -----
33
34begin routers
35
36all:
37 driver = accept
38 retry_use_local_part
39 transport = local_delivery
40
41
42# ----- Transports -----
43
44begin transports
45
46local_delivery:
47 driver = appendfile
48 file = DIR/test-mail/$local_part
49 user = CALLER
50
51address_reply:
52 driver = autoreply
53 user = CALLER
54
55
56# ----- Retry -----
57
58
59begin retry
60
61* * F,5d,10s
62
63
64# End