Another small test tweak.
[exim.git] / test / confs / 5009
1 # Exim test configuration 5009
2
3 SUB=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14
15 # ----- Main settings -----
16
17 qualify_domain = test.ex
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25 driver = accept
26 transport = t1
27
28 # ----- Transports -----
29
30 begin transports
31
32 t1:
33 driver = appendfile
34 directory = DIR/test-mail/SUB
35 user = CALLER
36 maildir_format
37 maildir_use_size_file
38 maildir_quota_directory_regex = ^(?:cur|new|\.(?!Trash).*)$
39 maildirfolder_create_regex = /\.[^/]+$
40 quota = 1M
41
42
43 # ----- Retry -----
44
45 begin retry
46
47 * * F,1d,1d
48
49
50 # End