diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-05 20:40:08 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-11 00:15:24 +0000 |
commit | b53c265b5c7825d7fb6bb672547c44d080459d71 (patch) | |
tree | 41f6e133c24de5e551590239f2898dba9d6b06bd /test/stdout/3720 | |
parent | 37942ad83fcb6b788cceb4abe2891c92651811a7 (diff) |
EXTERNAL authenticator
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e)
Diffstat (limited to 'test/stdout/3720')
-rw-r--r-- | test/stdout/3720 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/test/stdout/3720 b/test/stdout/3720 new file mode 100644 index 000000000..049c87d36 --- /dev/null +++ b/test/stdout/3720 @@ -0,0 +1,43 @@ +Connecting to 127.0.0.1 port 1225 ... connected +Certificate file = TESTSUITE/aux-fixed/cert2 +Key file = TESTSUITE/aux-fixed/cert2 +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> EHLO tester +??? 250- +<<< 250-myhost.test.ex Hello tester [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250-STARTTLS +<<< 250-STARTTLS +??? 250 HELP +<<< 250 HELP +>>> STARTTLS +??? 220 +<<< 220 TLS go ahead +Attempting to start TLS +Succeeded in starting TLS +>>> EHLO tester +??? 250- +<<< 250-myhost.test.ex Hello tester [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250-AUTH EXTERNAL +<<< 250-AUTH EXTERNAL +??? 250 HELP +<<< 250 HELP +>>> AUTH EXTERNAL UGhpbCBQZW5ub2Nr +??? 235 +<<< 235 Authentication succeeded +>>> quit +??? 221 +<<< 221 myhost.test.ex closing connection +End of script |