CRL addition returns count of CRLs added
[exim.git] / test / confs / 0202
CommitLineData
afda344b
PH
1# Exim test configuration 0202
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = accept
14
15qualify_domain = test.ex
16
17queue_only
18queue_run_in_order
19
20
21# ----- Routers -----
22
23begin routers
24
25# ----- Directors -----
26
27all:
28 driver = accept
29 retry_use_local_part
30 transport = local_delivery
31
32
33# ----- Transports -----
34
35begin transports
36
37local_delivery:
38 driver = appendfile
39 file = DIR/test-mail/$local_part
40 user = CALLER
41
42# End