Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 0132
1 # Exim test configuration 0132
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 local:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 appendfile:
31 driver = appendfile
32 allow_fifo
33 file = DIR/test-fifo
34 user = CALLER
35 initgroups
36
37
38 # ----- Retry -----
39
40
41 begin retry
42
43 * * F,1d,15m
44
45
46 # End