Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0399
1 # Exim test configuration 0399
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14 primary_hostname = mail.test.ex
15 qualify_domain = test.ex
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23 driver = redirect
24 data =
25 more = ${if eq {1}{0}{no}fail}
26
27 r2:
28 driver = redirect
29 data =
30 more = ${if eq {1}{0}{no}{yes}}
31
32 r3:
33 driver = redirect
34 data =
35 more = $unknown_variable
36
37
38 # End