git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added lib resolv to Darwin Makefile - hopefully not breaking older versions
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0547
1
# log_selector = +smtp_no_mail
2
need_ipv4
3
#
4
exim -DSERVER=server -bd -oX PORT_D
5
****
6
client 127.0.0.1 PORT_D
7
??? 220
8
****
9
client 127.0.0.1 PORT_D
10
??? 220
11
quit
12
??? 221
13
****
14
client 127.0.0.1 PORT_D
15
??? 220
16
ehlo x.y.z
17
??? 250
18
??? 250
19
??? 250
20
??? 250
21
VRFY a@b.c
22
??? 252
23
quit
24
??? 221
25
****
26
client 127.0.0.1 PORT_D
27
??? 220
28
ehlo x.y.z
29
??? 250
30
??? 250
31
??? 250
32
??? 250
33
MAIL FROM:<>
34
??? 250
35
quit
36
??? 221
37
****
38
killdaemon
39
#
40
exim -bh 10.9.8.7
41
HELO rhu.barb
42
RSET
43
NOOP
44
HELP
45
RSET
46
NOOP
47
HELP
48
RSET
49
NOOP
50
HELP
51
RSET
52
NOOP
53
HELP
54
RSET
55
NOOP
56
HELP
57
RSET
58
NOOP
59
HELP
60
RSET
61
NOOP
62
HELP
63
QUIT
64
****
65
exim -bs
66
EXPN x@y
67
QUIT
68
****
69
exim -DMAXNM=10 -bh 10.9.8.7
70
HELO rhu.barb
71
RSET
72
NOOP
73
HELP
74
RSET
75
NOOP
76
HELP
77
RSET
78
NOOP
79
HELP
80
RSET
81
NOOP
82
HELP
83
RSET
84
NOOP
85
HELP
86
RSET
87
NOOP
88
HELP
89
RSET
90
NOOP
91
HELP
92
QUIT
93
****