summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0582
blob: 6da20235ab037638b6831dfb0ce8b1a5d30470ca (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
46
47
48
49
50
51
52
53
54
55
# callout lazy-close, defers
need_ipv4
#
# a recipient verify and continued-delivery
# cmdline -bs send, rcpt-time defer
server PORT_S
220 Welcome
EHLO
250 Hi
MAIL FROM
250 OK
RCPT TO
451 not right now
QUIT
221 Bye
****
#
exim -bs -odi
mail from:<userg@ok.example>
rcpt to:<userg@test.ex>
quit
****
#
# cmdline -bs send, data-time defer
server PORT_S
220 Welcome
EHLO
250 Hi
MAIL FROM
250 OK
RCPT TO
250 OK
DATA
354 hit me
.
451 not right now
QUIT
221 Bye
****
#
exim -bs -odi
mail from:<userh@ok.example>
rcpt to:<userh@test.ex>
data
Subject: test

body
.
quit
****
#
#
#
no_stdout_check
no_msglog_check