Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0382
1 # Exim test configuration 0382
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 log_timezone
16 qualify_domain = test.ex
17 system_filter = DIR/aux-fixed/TESTNUM.F
18 timeout_frozen_after = 1s
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 r1:
26 driver = redirect
27 senders = !:
28 allow_fail
29 data = :fail: forced fail
30
31
32 # ----- Retry -----
33
34 begin retry
35
36 * * F,1d,1s
37
38 # End