summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0432
blob: c4a2330b1ca1d94ebeb7a8a5e37d959f4154ede5 (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
56
57
58
59
60
61
62
# callout with -bh and -bhc
need_ipv4
#
exim -bh 1.2.3.4
helo test
mail from:<x@y>
quit
****
server PORT_S
220 server ready
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
QUIT
220 OK
****
exim -d -bhc 1.2.3.4
helo test
mail from:<x@y>
quit
****
exim -d -bhc 1.2.3.4
helo test
mail from:<x@y>
quit
****
exim -bhc 1.2.3.4
helo test
mail from:<x@y>
quit
****
server PORT_S
220 server ready
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
QUIT
220 OK
****
exim -bhc 1.2.3.4
helo test
mail from:<a@b>
quit
****
# Timeout stuff
server PORT_S
220 server ready
EHLO
*sleep 2
*eof
****
exim -bhc 1.2.3.4
helo test
mail from:<p1@q>
quit
****