Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git] / test / confs / 0285
1 # Exim test configuration 0285
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 remote_max_parallel = 1
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 bounces:
23 driver = redirect
24 senders = :
25 data = :blackhole:
26
27 all:
28 driver = manualroute
29 route_list = * 127.0.0.1 byname
30 self = send
31 transport = smtp
32
33
34 # ----- Transports -----
35
36 begin transports
37
38 smtp:
39 driver = smtp
40 port = PORT_S
41 max_rcpt = 2
42 connection_max_messages = 3
43
44
45 # ----- Retry -----
46
47
48 begin retry
49
50 * * F,1h,10m
51
52
53 # End