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