summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0373
blob: a20e79ecd957ba2808e1229464495540fc4f65a5 (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
# ${readsocket
need_ipv4
#
exim -be
1 >>${readsocket{DIR/test-socket}{QUERY-1\n}}<<
2 ${if exists{DIR/test-socket}\
  {>>${readsocket{DIR/test-socket}{QUERY-1\n}}<<}\
  {++ no socket ++}} 
****
#
# Note the difference between:
#   >*eof      => close the connection
#   *eof       => expect to read EOF from client
#
server DIR/test-socket 9
QUERY-1
>LF>ANSWER-1
>*eof
QUERY-2
>>ANSWER-2
>*eof
QUERY-3
>LF>ANSWER-3
>*eof
QUERY-4
>LF>ANSWER-4
>*eof
>>ANSWER-5
>*eof
*sleep 1
>*eof
>*eof
QUERY-8
*sleep 2
*eof
QUERY-9
*sleep 2
****
millisleep 500
exim -be
1 >>${readsocket{DIR/test-socket}{QUERY-1\n}}<<
2 >>${readsocket{DIR/test-socket}{QUERY-2\n}}<<
3 >>${readsocket{DIR/test-socket}{QUERY-3\n}{2s}{*EOL*}}<<
4 >>${readsocket{DIR/test-socket}{QUERY-4\n}{2s}{*EOL*}{sock error}}<<
5 >>${readsocket{DIR/test-socket}{}}<<
6 >>${readsocket{DIR/test-socket}{QUERY-6\n}}<<
7 >>${readsocket{DIR/test-socket}{QUERY-7\n}{1s}{}{sock error}}<<
8 >>${readsocket{DIR/test-socket}{QUERY-8\n}{1s}}<<
9 >>${readsocket{DIR/test-socket}{QUERY-9\n}{1s}{}{sock error}}<<
****
server DIR/test-socket
QUERY-ACL
*sleep 3
****
exim -odq -bs -oMa V4NET.0.0.0
quit
****