CRL addition returns count of CRLs added
[exim.git] / test / confs / 5203
1 # Exim test configuration 5203
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 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 query:
22 driver = queryprogram
23 command = DIR/bin/fd -q
24 command_user = nobody
25 domains = ! +local_domains
26 transport = userx_delivery
27 no_more
28
29 # ----- Transports -----
30
31 begin transports
32
33 userx_delivery:
34 driver = appendfile
35 file = DIR/test-mail/$local_part
36 message_suffix = "$address_data\n"
37 user = CALLER
38
39
40 # End