CRL addition returns count of CRLs added
[exim.git] / test / confs / 0217
1 # Exim test configuration 0217
2
3 HAP=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14 # ----- Main settings -----
15
16 qualify_domain = test.ex
17 ignore_bounce_errors_after = 0s
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 bounce:
25 driver = redirect
26 allow_defer
27 allow_fail
28 data = :fail: just discard
29 retry_use_local_part
30 senders = :
31
32 client:
33 driver = accept
34 retry_use_local_part
35 transport = send_to_server
36
37
38 # ----- Transports -----
39
40 begin transports
41
42 send_to_server:
43 driver = smtp
44 allow_localhost
45 command_timeout = 1s
46 hosts = 127.0.0.1
47 port = PORT_S
48 HAP
49
50 # ----- Retry -----
51
52
53 begin retry
54
55 * * F,5d,10s
56
57
58 # End