Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / stdout / 3454
... / ...
CommitLineData
1Connecting 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 foobar
5??? 250-myhost
6<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
7??? 250-SIZE
8<<< 250-SIZE 52428800
9??? 250-8BITMIME
10<<< 250-8BITMIME
11??? 250-PIPELINING
12<<< 250-PIPELINING
13??? 250-AUTH
14<<< 250-AUTH PLAIN
15??? 250-STARTTLS
16<<< 250-STARTTLS
17??? 250 HELP
18<<< 250 HELP
19>>> starttls
20??? 220 TLS
21<<< 220 TLS go ahead
22Attempting to start TLS
23SSL info: before/connect initialization
24SSL info: before/connect initialization
25SSL info: SSLv3 read server hello A
26SSL info: SSLv3 read server certificate A
27SSL info: SSLv3 read server done A
28SSL info: SSLv3 write client key exchange A
29SSL info: SSLv3 write change cipher spec A
30SSL info: SSLv3 write finished A
31SSL info: SSLv3 flush data
32SSL info: SSLv3 read finished A
33SSL info: SSL negotiation finished successfully
34SSL info: SSL negotiation finished successfully
35SSL connection using AES256-SHA
36Succeeded in starting TLS
37>>> auth plain AHVzZXJ4AHNlY3JldA==
38??? 503
39<<< 503 AUTH command used when not advertised
40End of script
41Connecting to 127.0.0.1 port 1225 ... connected
42??? 220
43<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
44>>> ehlo foobar
45??? 250-myhost
46<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
47??? 250-SIZE
48<<< 250-SIZE 52428800
49??? 250-8BITMIME
50<<< 250-8BITMIME
51??? 250-PIPELINING
52<<< 250-PIPELINING
53??? 250-AUTH
54<<< 250-AUTH PLAIN
55??? 250-STARTTLS
56<<< 250-STARTTLS
57??? 250 HELP
58<<< 250 HELP
59>>> starttls
60??? 220 TLS
61<<< 220 TLS go ahead
62Attempting to start TLS
63SSL info: before/connect initialization
64SSL info: before/connect initialization
65SSL info: SSLv3 read server hello A
66SSL info: SSLv3 read server certificate A
67SSL info: SSLv3 read server done A
68SSL info: SSLv3 write client key exchange A
69SSL info: SSLv3 write change cipher spec A
70SSL info: SSLv3 write finished A
71SSL info: SSLv3 flush data
72SSL info: SSLv3 read finished A
73SSL info: SSL negotiation finished successfully
74SSL info: SSL negotiation finished successfully
75SSL connection using AES256-SHA
76Succeeded in starting TLS
77>>> ehlo foobar
78??? 250-myhost
79<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
80??? 250-SIZE
81<<< 250-SIZE 52428800
82??? 250-8BITMIME
83<<< 250-8BITMIME
84??? 250-PIPELINING
85<<< 250-PIPELINING
86??? 250-AUTH
87<<< 250-AUTH PLAIN
88??? 250 HELP
89<<< 250 HELP
90>>> auth plain AHVzZXJ4AHNlY3JldA==
91??? 235
92<<< 235 Authentication succeeded
93>>> quit
94??? 221
95<<< 221 myhost.test.ex closing connection
96End of script