6fd34ce7c60fe87ff29b691607c82fc20a4c3c08
[exim.git] / test / confs / 0107
1 # Exim test configuration 0107
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 qualify_domain = test.ex
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 mboxuser:
20   driver = accept
21   retry_use_local_part
22   transport = appendfile
23   transport_home_directory = DIR/test-mail
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 appendfile:
31   driver = appendfile
32   create_file = belowhome
33   file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
34          {${if match{$value}{^/}{}{DIR/}}$value}\
35          {DIR/test-mail/$local_part}}
36   user = CALLER
37
38 # ----- Retry -----
39
40
41 begin retry
42
43 * * F,5d,1d
44
45
46 # End