CRL addition returns count of CRLs added
[exim.git] / test / confs / 0474
CommitLineData
afda344b
PH
1# Exim test configuration 0474
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
13
14# ----- Routers -----
15
16begin routers
17
18callout:
19 driver = manualroute
20 transport = smtp
21 route_data = 127.0.0.1
22 self = send
23
24
25# ----- Transports -----
26
27begin transports
28
29smtp:
30 driver = smtp
31 port = PORT_S
32
33
34# ----- Retry -----
35
36begin retry
37
38* * F,5m,10s
39
40# End