summaryrefslogtreecommitdiff
path: root/test/scripts/2100-OpenSSL/2150
blob: 162436e29d41fb7dd447c3a41b17bb1b7c8e1c75 (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
# TLS server: SMTP still alive check before final response
exim -DSERVER=server -bd -oX PORT_D
****
# The pause (+++ 1) at the end of this is so that we don't close the input
# until some time after sending the dot.
#
client-ssl 127.0.0.1 PORT_D
??? 220
ehlo abcd
??? 250-
??? 250-
??? 250-
??? 250-
??? 250-
??? 250
starttls
??? 220
helo test
??? 250
mail from:<userx@test.ex>
??? 250
rcpt to:<userx@test.ex>
??? 250
data
??? 354
This is a test message.
.
+++ 1
****
sleep 1
killdaemon