fa4bac12e2ea9a42fc222e032f237c08859d0eab
[exim.git] / test / confs / 0150
1 # Exim test configuration 0150
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 tls_advertise_hosts =
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 all:
22 driver = accept
23 retry_use_local_part
24 transport = appendfile
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 appendfile:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 user = CALLER
35
36
37 # End