CRL addition returns count of CRLs added
[exim.git] / test / confs / 1006
1 # Exim test configuration 1006
2
3 SERVER=
4 D6=
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 rfc1413_query_timeout = 0s
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14
15 # ----- Main settings -----
16
17 qualify_domain = test.ex
18 D6
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25 driver = dnslookup
26 local_parts = dnslookup
27 transport = smtp
28
29 r2:
30 driver = manualroute
31 local_parts = manualroute
32 route_list = * 46.test.ex
33 transport = smtp
34
35
36
37
38
39 # ----- Transports -----
40
41 begin transports
42
43 smtp:
44 driver = smtp
45
46
47 # End