Testsuite: Use explicit interface for send to localhost
[exim.git] / test / confs / 0215
CommitLineData
afda344b
PH
1# Exim test configuration 0215
2
3IGNORE_QUOTA=false
382afc6b
PH
4AUTHS=
5AUTHF=
afda344b
PH
6
7exim_path = EXIM_PATH
8host_lookup_order = bydns
9primary_hostname = myhost.test.ex
10rfc1413_query_timeout = 0s
11spool_directory = DIR/spool
12log_file_path = DIR/spool/log/%slog
13gecos_pattern = ""
14gecos_name = CALLER_NAME
15
16# ----- Main settings -----
17
18domainlist local_domains = test.ex : *.test.ex
19log_selector = +sender_on_delivery
20
21
22# ----- Routers -----
23
24begin routers
25
26bounces:
27 driver = redirect
28 allow_defer
29 data = :blackhole:
30 retry_use_local_part
31 senders = :
32
33smartuser:
34 driver = accept
35 retry_use_local_part
36 transport = lmtp
37
38
39# ----- Transports -----
40
41begin transports
42
43lmtp:
44 driver = smtp
45 allow_localhost
46 hosts = 127.0.0.1
47 port = PORT_S
30079bc1 48 interface = 127.0.0.1
afda344b
PH
49 protocol = LMTP
50 lmtp_ignore_quota = IGNORE_QUOTA
382afc6b
PH
51 AUTHS
52 AUTHF
afda344b
PH
53
54
55# ----- Retry -----
56
57
58begin retry
59
60* * F,5d,1d
61
62
63# End