Testsuite: fix problem with parsing retry records spanning midnight.
[exim.git] / test / confs / 3210
CommitLineData
afda344b
PH
1# Exim test configuration 3210
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14domainlist defer_lookup = testdb;defer
15domainlist local_domains = +defer_lookup : test.ex
16qualify_domain = test.ex
17
18# ----- Transports -----
19
20begin transports
21
22t1:
23 driver = appendfile
24 file = /dev/null
25 user = CALLER
26
27# ----- Routers -----
28
29begin routers
30
31r1:
32 driver = accept
33 domains = ! +local_domains
34 transport = t1
35
36# ----- Retry -----
37
38begin retry
39
40* * F,5d,5m
41
42# End