summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0559
blob: 7ebc64d341de480d2a643b5ce61b8ea00d8c9234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SMTP still alive check before final response
need_ipv4
#
exim -DSERVER=server -bd -oX PORT_D
****
client -t5 127.0.0.1 PORT_D
??? 220
ehlo abcd
??? 250-
??? 250-
??? 250-
??? 250-
??? 250
mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
??? 250
??? 250
??? 354
This is a test message.
.
+++ 1
****
sleep 1
killdaemon