projects
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Change callout EHLO/HELO from smtp_active_hostname to the helo_data
[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
quit
21
****
22
exim -d -bh V4NET.2.3.4 -oMs host.name.tld
23
EHLO [V4NET.2.3.4]
24
mail from:<>
25
rcpt to:<x@y>
26
data
27
.
28
quit
29
****
30
no_msglog_check