fcf969a2cbe757e054d41af9d36661e6db8f6d26
[exim.git] / test / confs / 0156
1 # Exim test configuration 0156
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 domainlist local_domains = test.ex
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 alias:
21 driver = redirect
22 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
23 file_transport = appendfile
24 forbid_blackhole
25 forbid_file
26 forbid_include
27 forbid_pipe
28 retry_use_local_part
29
30
31 # ----- Transports -----
32
33 begin transports
34
35 appendfile:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 user = CALLER
39
40
41 # ----- Retry -----
42
43 begin retry
44
45 * * F,5d,1d
46
47
48 # End