77eab7f215e50f8c3f3c3e401fc84d6fe4a43067
[exim.git] / test / confs / 0202
1 # Exim test configuration 0202
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 acl_smtp_rcpt = accept
13
14 qualify_domain = test.ex
15
16 queue_only
17 queue_run_in_order
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 # ----- Directors -----
25
26 all:
27 driver = accept
28 retry_use_local_part
29 transport = local_delivery
30
31
32 # ----- Transports -----
33
34 begin transports
35
36 local_delivery:
37 driver = appendfile
38 file = DIR/test-mail/$local_part
39 user = CALLER
40
41 # End