Testsuite: munge for non-WITH_CONTENT_SCAN builds
[exim.git] / test / confs / 5000
1 # Exim test configuration 5000
2
3 .include DIR/aux-var/std_conf_prefix
4
5 OPT =
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 queue_run_in_order
12
13 # ----- Routers -----
14
15 begin routers
16
17 localuser:
18   driver = accept
19   local_parts = userx
20   transport = VALUE
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 maildir_appendfile:
28   driver = appendfile
29   directory = DIR/test-mail
30   maildir_format
31   quota = 10K
32   user = CALLER
33
34 maildir_tagged_appendfile:
35   driver = appendfile
36   directory = DIR/test-mail
37   envelope_to_add
38   maildir_format
39   maildir_tag = OPT
40   message_prefix =
41   quota = 20K
42   quota_size_regex = S=(\d+)$
43   message_suffix =
44   user = CALLER
45
46 maildir_taggedX_appendfile:
47   driver = appendfile
48   directory = DIR/test-mail
49   envelope_to_add
50   maildir_format
51   maildir_tag = OPT
52   message_prefix =
53   quota = 20K
54   quota_size_regex = ,S=(\d+):
55   message_suffix =
56   user = CALLER
57
58
59 # ----- Retry -----
60
61
62 begin retry
63
64 * * F,5d,1d
65
66
67 # End