b62274ce944defbd9d0116bbcc4eb6224ea6e366
[exim.git] / test / confs / 0456
1 # Exim test configuration 0456
2
3 HOSTS_MAX_TRY=4
4
5 exim_path = EXIM_PATH
6 keep_environment =
7 host_lookup_order = bydns
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 ignore_bounce_errors_after = 0s
17 qualify_domain = test.ex
18
19 # ----- Routers -----
20
21 begin routers
22
23 test_bus_error:
24 driver = redirect
25 local_parts = test-bus-error
26 errors_to = owner-bus-error@localhost
27 data = postmaster@localhost
28
29 accept:
30 driver = accept
31 transport = t1
32
33 # ----- Transports -----
34
35 begin transports
36
37 t1:
38 driver = appendfile
39 file = DIR/test-mail/$local_part
40 user = CALLER
41
42 # ----- Retry -----
43
44 begin retry
45
46 * * F,4s,1s
47
48 # End