SPF: fix handling mix of spf and other txt records. Bug 2499
[exim.git] / test / stdout / 3464
CommitLineData
b4ed4da0
PH
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-
6<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
5b456975
JH
10<<< 250-8BITMIME
11??? 250-
b4ed4da0
PH
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
22Attempting to start TLS
826cb8c2 23SSL connection using ke-RSA-AES256-SHAnnn
b4ed4da0
PH
24Succeeded in starting TLS
25>>> auth plain AHVzZXJ4AHNlY3JldA==
26??? 503
27<<< 503 AUTH command used when not advertised
28End of script
29Connecting to 127.0.0.1 port 1225 ... connected
30??? 220
31<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
32>>> ehlo foobar
33??? 250-
34<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
35??? 250-
36<<< 250-SIZE 52428800
37??? 250-
5b456975
JH
38<<< 250-8BITMIME
39??? 250-
b4ed4da0
PH
40<<< 250-PIPELINING
41??? 250-
42<<< 250-AUTH PLAIN
43??? 250-
44<<< 250-STARTTLS
45??? 250
46<<< 250 HELP
47>>> starttls
48??? 220
49<<< 220 TLS go ahead
50Attempting to start TLS
826cb8c2 51SSL connection using ke-RSA-AES256-SHAnnn
b4ed4da0
PH
52Succeeded in starting TLS
53>>> ehlo foobar
54??? 250-
55<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
56??? 250-
57<<< 250-SIZE 52428800
58??? 250-
5b456975
JH
59<<< 250-8BITMIME
60??? 250-
b4ed4da0
PH
61<<< 250-PIPELINING
62??? 250-
63<<< 250-AUTH PLAIN
64??? 250
65<<< 250 HELP
66>>> auth plain AHVzZXJ4AHNlY3JldA==
67??? 235
68<<< 235 Authentication succeeded
69>>> quit
70??? 221
71<<< 221 myhost.test.ex closing connection
72End of script