summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0019
blob: fd646eb817b31e0eeb76210b6784185357071af6 (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
33
34
35
36
37
38
# SMTP syntax errors logging
exim -bh 10.10.10.10
helo !@#$%^&*(
debug
rhubarb
mail
quit
****
exim -bs
helo !@#$%^&*(
debug
rhubarb
mail
quit
****
exim -bs
etrn abc
ehlo a.b.c
rcpt to:<a@b>
mail from:<x@y>
data
rcpt to:<a@b>
rcpt to:<a@b>
rcpt to:<a@b>
rcpt to:<a@b>
rcpt to:<a@b>
rcpt to:<a@b>
rcpt to:<a@b>
etrn #abc
rset
mail from:
rset
mail from:<x@y>
mail from:<x@y>
rcpt to:
rset
quit
****