Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git] / test / confs / 0476
1 # Exim test configuration 0476
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 queue_run_in_order
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21   driver = manualroute
22   transport = t1
23   route_list = * 127.0.0.1
24   self = send
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 t1:
32   driver = smtp
33   port = PORT_S
34
35
36 # ----- Retry -----
37
38 begin retry
39
40 * *  F,1d,2h
41
42
43 # End