summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0440
blob: 12609f756d4e2cf27b974b8a30baed206d4a4009 (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
39
40
41
42
43
44
45
# More than two messages to same host, with transport filter
need_ipv4
#
exim -odi -odqs x1@y1
First message
****
exim -odi -odqs x2@y2
Second message
****
exim -odi -odqs x3@y3
Third message
****
server PORT_S
220 server ready
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
DATA
354 OK
.
250 OK
MAIL
250 OK
RCPT
250 OK
DATA
354 OK
.
250 OK
MAIL
250 OK
RCPT
250 OK
DATA
354 OK
.
250 OK
QUIT
221 OK
****
exim -q
****