testcase
[exim.git] / test / confs / 0156
CommitLineData
afda344b
PH
1# Exim test configuration 0156
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14domainlist local_domains = test.ex
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22alias:
23 driver = redirect
24 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
25 file_transport = appendfile
26 forbid_blackhole
27 forbid_file
28 forbid_include
29 forbid_pipe
30 retry_use_local_part
31
32
33# ----- Transports -----
34
35begin transports
36
37appendfile:
38 driver = appendfile
39 file = DIR/test-mail/$local_part
40 user = CALLER
41
42
43# ----- Retry -----
44
45begin retry
46
47* * F,5d,1d
48
49
50# End