CRL addition returns count of CRLs added
[exim.git] / test / confs / 0528
CommitLineData
afda344b
PH
1# Exim test configuration 0528
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
14log_selector = +outgoing_port
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = manualroute
23 route_list = * "<= 127.0.0.1:PORT_D = \
24 127.0.0.1:PORT_D2 = \
25 [127.0.0.1]:PORT_D3 = \
26 [HOSTIPV4]:PORT_D4 = \
27 [HOSTIPV4]:PORT_N"
28
29 fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
30 self = send
31 transport = t1
32
33
34# ----- Transports -----
35
36begin transports
37
38t1:
39 driver = smtp
40 hosts_max_try = 20
41 allow_localhost
42
43
44# ----- Retry -----
45
46begin retry
47
48* * F,1d,1d
49
50
51# End