Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git] / test / confs / 0322
CommitLineData
afda344b
PH
1# Exim test configuration 0322
2
3LS=
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
16log_selector = LS
17
18# ----- Routers -----
19
20begin routers
21
22null:
23 driver = redirect
24 senders = :
25 data = :blackhole:
26
27remote:
28 driver = accept
29 transport = smtp
30
31
32# ----- Transports -----
33
34begin transports
35
36smtp:
37 driver = smtp
38 allow_localhost
39 hosts = 127.0.0.1
40 port = PORT_S
41
42
43# End