Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git] / test / confs / 0259
1 # Exim test configuration 0259
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
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 begin routers
17
18 all:
19   driver = manualroute
20   domains = ! test.ex
21   route_list = * 127.0.0.1 byname
22   self = send
23   transport = smtp
24   no_more
25
26
27 begin transports
28
29 smtp:
30   driver = smtp
31   port = PORT_S
32
33
34 begin retry
35
36 * * F,5d,10s
37
38 # End