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