f907b5f021817b1086d6e7eb23d1134cb953da22
[exim.git] / test / confs / 0241
1 # Exim test configuration 0241
2
3 exim_path = EXIM_PATH/junk
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 qualify_domain = test.ex
13
14 system_filter = DIR/aux-fixed/TESTNUM.filter
15 system_filter_reply_transport = address_reply
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 all:
23   driver = accept
24   retry_use_local_part
25   transport = local
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 local:
33   driver = appendfile
34   file = DIR/test-mail/$local_part
35   user = CALLER
36
37 address_reply:
38   driver = autoreply
39   user = EXIMUSER
40
41
42 # ----- Retry -----
43
44
45 begin retry
46
47 * * F,5d,1d
48
49
50 # End