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