Testsuite: avoid IPv6 interfaces to avoid extra debug stderr lines
[exim.git] / test / scripts / 0000-Basic / 0303
CommitLineData
59371ea7
PH
1# helo_lookup_domains (default setting) and helo literals
2exim -bh V4NET.0.0.1
3helo myhost.test.ex
4quit
5****
6exim -bh V4NET.0.0.1
7ehlo [127.0.0.1]
8quit
9****
10exim -bh V4NET.0.0.1
11helo rhubarb.custard
12quit
13****
14exim -d -bh V4NET.2.3.4
15EHLO [V4NET.2.3.4]
16mail from:<>
17rcpt to:<x@y>
18data
19.
20quit
21****
22exim -d -bh V4NET.2.3.4 -oMs host.name.tld
23EHLO [V4NET.2.3.4]
24mail from:<>
25rcpt to:<x@y>
26data
27.
28quit
29****
30no_msglog_check