CRL addition returns count of CRLs added
[exim.git] / test / confs / 5102
CommitLineData
afda344b
PH
1# Exim test configuration 5102
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# ----- Main settings -----
13
14domainlist local_domains = test.ex : *.test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21bounces:
22 driver = redirect
23 allow_defer
24 data = :blackhole:
25 retry_use_local_part
26 senders = :
27
28smartuser:
29 driver = accept
30 retry_use_local_part
31 transport = lmtp
32
33
34# ----- Transports -----
35
36begin transports
37
38lmtp:
39 driver = lmtp
40 batch_max = 100
41 socket = DIR/test.socket
42 timeout = 1s
43 user = EXIMUSER
44
45
46# ----- Retry -----
47
48
49begin retry
50
51* * F,5d,1d
52
53
54# End