Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 1005
CommitLineData
afda344b
PH
1# Exim test configuration 1005
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13dns_ipv4_lookup = eximtesthost.ipv6.test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20lookuphost:
21 driver = manualroute
22 route_list = * $domain byname
23 self = send
24 transport = smtp
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
33
34
35# End