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

.
quit
****
exim -d -bh V4NET.2.3.4 -oMs host.name.tld
EHLO [V4NET.2.3.4]
mail from:<>
rcpt to:<x@y>
data

.
quit
****
no_msglog_check