Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git] / test / confs / 0561
CommitLineData
8669f003
PH
1# Exim test configuration 0561
2
3QOLL=true
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = accept
17
18queue_only_load = 0.001
19queue_only_load_latch = QOLL
20queue_run_in_order
21
22
23# ----- Routers -----
24
25begin routers
26
27r1:
28 driver = manualroute
29 route_data = 127.0.0.1
30 self = send
31 transport = t1
32
33
34# ----- Transports -----
35
36begin transports
37
38t1:
39 driver = smtp
40 port = PORT_D
41
42# End