Fix CVE-2016-1531
[exim.git] / test / confs / 0349
1 # Exim test configuration 0349
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
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14
15 qualify_domain = test.ex
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23   driver = redirect
24   pipe_transport = t1
25   allow_filter
26   data = "#Exim filter\npipe xxxx\n"
27   user = CALLER
28
29
30 # ----- Transports -----
31
32 begin transports
33
34 t1:
35   driver = appendfile
36   file = DIR/test-mail/${substr_1:$address_pipe}
37   user = CALLER
38
39
40 # End