CRL addition returns count of CRLs added
[exim.git] / test / confs / 0083
1 # Exim test configuration 0083
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 trusted_users = CALLER
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 localuser:
21 driver = accept
22 local_parts = userx
23 transport = local_delivery
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 local_delivery:
31 driver = appendfile
32 delivery_date_add
33 envelope_to_add
34 file = DIR/test-mail/$local_part
35 headers_add = "Proto: $received_protocol"
36 return_path_add
37 user = CALLER
38
39
40 # End