Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0241
1 # Exim test configuration 0241
2
3 exim_path = EXIM_PATH/junk
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 .ifdef _HAVE_DMARC
13 dmarc_tld_file =
14 .endif
15
16 # ----- Main settings -----
17
18 qualify_domain = test.ex
19
20 system_filter = DIR/aux-fixed/TESTNUM.filter
21 system_filter_reply_transport = address_reply
22
23
24 # ----- Routers -----
25
26 begin routers
27
28 all:
29 driver = accept
30 retry_use_local_part
31 transport = local
32
33
34 # ----- Transports -----
35
36 begin transports
37
38 local:
39 driver = appendfile
40 file = DIR/test-mail/${bless:$local_part}
41 user = CALLER
42
43 address_reply:
44 driver = autoreply
45 user = EXIMUSER
46
47
48 # ----- Retry -----
49
50
51 begin retry
52
53 * * F,5d,1d
54
55
56 # End