Testsuite: add support for -FLAVOUR option
[exim.git] / test / stdout / 2150.debian8
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> ehlo abcd
5 ??? 250-
6 <<< 250-myhost.test.ex Hello abcd [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-STARTTLS
15 ??? 250
16 <<< 250 HELP
17 >>> starttls
18 ??? 220
19 <<< 220 TLS go ahead
20 Attempting to start TLS
21 SSL info: before/connect initialization
22 SSL info: before/connect initialization
23 SSL info: SSL negotiation finished successfully
24 SSL info: SSL negotiation finished successfully
25 SSL connection using AES256-SHA
26 Succeeded in starting TLS
27 >>> mail from:<userx@test.ex>
28 ??? 250
29 <<< 250 OK
30 >>> rcpt to:<userx@test.ex>
31 ??? 250
32 <<< 250 Accepted
33 >>> data
34 ??? 354
35 <<< 354 Enter message, ending with "." on a line by itself
36 >>> This is a test message.
37 >>> .
38 +++ 1
39 End of script