More new test committing.
[exim.git] / test / confs / 0165
1 # Exim test configuration 0165
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
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 qualify_domain = test.ex
15
16 system_filter = DIR/aux-var/0165.F
17 system_filter_pipe_transport = address_pipe
18 system_filter_user = CALLER
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 user:
26 driver = accept
27 retry_use_local_part
28 transport = local_delivery
29
30
31 # ----- Transports -----
32
33 begin transports
34
35 local_delivery:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 user = CALLER
39
40 address_pipe:
41 driver = pipe
42 return_output
43 use_shell
44
45
46 # End