Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 0506
CommitLineData
afda344b
PH
1# Exim test configuration 0506
2
3ALLOW=allow_filter
4FORBID=
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
9rfc1413_query_timeout = 0s
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
14
15# ----- Main settings -----
16
17log_selector = +queue_time_overall
18
19# ----- Routers -----
20
21begin routers
22
23r1:
24 driver = redirect
25 user = EXIMUSER
26 ALLOW
27 FORBID
28 file = DIR/aux-fixed/TESTNUM.$local_part
29
30
31# ----- Retry -----
32
33begin retry
34
35* * F,1d,1h
36
37# End