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