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