Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 0288
1 # Exim test configuration 0288
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15 queue_run_in_order
16 remote_max_parallel = 2
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 all:
24 driver = manualroute
25 route_list = * 127.0.0.1
26 self = send
27 transport = smtp
28
29
30 # ----- Transports -----
31
32 begin transports
33
34 smtp:
35 driver = smtp
36 port = PORT_S
37 max_rcpt = 1
38 connection_max_messages = 1
39 serialize_hosts = 127.0.0.1
40
41
42 # ----- Retry -----
43
44
45 begin retry
46
47 * * F,1h,10m
48
49
50 # End