CRL addition returns count of CRLs added
[exim.git] / test / confs / 5006
CommitLineData
afda344b
PH
1# Exim test configuration 5006
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12
13# ----- Main settings -----
14
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = accept
24 transport = t1
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = appendfile
32 directory = DIR/test-mail/$local_part
33 user = CALLER
34 maildir_format
35 maildir_use_size_file
36 quota_warn_threshold = 50%
37
38
39# ----- Retry -----
40
41begin retry
42
43* * F,1d,1d
44
45
46# End