CRL addition returns count of CRLs added
[exim.git] / test / confs / 5008
1 # Exim test configuration 5008
2
3 QUOTA_FILECOUNT=0
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 delay_warning =
18 qualify_domain = test.ex
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 r1:
26 driver = accept
27 transport = t1
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34 driver = appendfile
35 directory = DIR/test-mail/$local_part
36 user = CALLER
37 maildir_format
38 mailbox_size = 100K
39 quota = 1M
40 quota_filecount = QUOTA_FILECOUNT
41
42
43 # ----- Retry -----
44
45 begin retry
46
47 * * F,1d,1d
48
49
50 # End