TLS: support multiple certificate files in server. Bug 2092
[exim.git] / test / scripts / 2000-GnuTLS / 2036
CommitLineData
57cc2785
JH
1# client: callout lazy-close, smtp send
2gnutls
3need_ipv4
4#
087b6b26 5# a recipient verify and continued-delivery
57cc2785
JH
6# smtp send
7# a tls-capable target for the verify/delivery connection on PORT_D
8# plus a daemon under test on PORT_S
9exim -bd -DSERVER=server -oX PORT_D:PORT_S
10****
11#
12client 127.0.0.1 PORT_S
13??? 220
14EHLO test.ex
15??? 250-
16??? 250-
17??? 250-
18??? 250-
19??? 250-
20??? 250
21MAIL FROM:<userc@ok.example>
22??? 250
23RCPT TO:<userd@test.ex>
24??? 250
25DATA
26??? 354
27Subject: test
28
29body
30.
31??? 250
32QUIT
33??? 221
34****
16b33efd 35sleep 3
57cc2785 36killdaemon
087b6b26
JH
37exim -q
38****
57cc2785
JH
39#
40#
41# smtp send, deliver_drop_priv
42exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
43****
44#
45client 127.0.0.1 PORT_S
46??? 220
47EHLO test.ex
48??? 250-
49??? 250-
50??? 250-
51??? 250-
52??? 250-
53??? 250
54MAIL FROM:<usere@ok.example>
55??? 250
56RCPT TO:<userf@test.ex>
57??? 250
58DATA
59??? 354
60Subject: test
61
62body
63.
64??? 250
65QUIT
66??? 221
67****
16b33efd 68sleep 3
57cc2785 69killdaemon
087b6b26
JH
70exim -q
71****
72#
57cc2785
JH
73#
74#
75no_stdout_check
76no_msglog_check