git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0540
1
# Affixes in RCPT commands for recipient callouts
2
need_ipv4
3
#
4
server PORT_S 4
5
220 Welcome
6
EHLO
7
250 Hi
8
MAIL FROM
9
250 OK
10
RCPT TO
11
250 OK
12
QUIT
13
250 OK
14
*eof
15
220 Welcome
16
EHLO
17
250 Hi
18
MAIL FROM
19
250 OK
20
RCPT TO
21
250 OK
22
QUIT
23
250 OK
24
*eof
25
220 Welcome
26
EHLO
27
250 Hi
28
MAIL FROM
29
250 OK
30
RCPT TO
31
250 OK
32
QUIT
33
250 OK
34
*eof
35
220 Welcome
36
EHLO
37
250 Hi
38
MAIL FROM
39
250 OK
40
RCPT TO
41
250 OK
42
QUIT
43
250 OK
44
****
45
exim -odq -bs
46
mail from:<>
47
RCPT TO:<abc@yes1>
48
RCPT TO:<def@yes2>
49
RCPT TO:<abc@no>
50
RCPT TO:<def@no>
51
quit
52
****