65b1083f258cac05ea767d5846782622a5c2a8aa
[exim.git] / test / confs / 0349
1 # Exim test configuration 0349
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 domainlist local_domains = test.ex
13
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 r1:
22   driver = redirect
23   pipe_transport = t1
24   allow_filter
25   data = "#Exim filter\npipe xxxx\n"
26   user = CALLER
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34   driver = appendfile
35   file = DIR/test-mail/${substr_1:$address_pipe}
36   user = CALLER
37
38
39 # End