diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-19 23:37:27 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-19 23:37:27 +0100 |
commit | 7a97480c2bb86d9385597680ec2d4461e1656193 (patch) | |
tree | 46f2211324f2fd4d333cbb48c9c41acd9fd65118 /test/stdout | |
parent | e7ec503729970a03d4509921342bc81313976126 (diff) |
Event for auth fail
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/3418 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/stdout/3418 b/test/stdout/3418 new file mode 100644 index 000000000..0ed179c33 --- /dev/null +++ b/test/stdout/3418 @@ -0,0 +1,18 @@ +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at testing.testing [10.0.0.5]
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250-AUTH MYLOGIN
+250 HELP
+535 Incorrect authentication data
+221 myhost.test.ex closing connection
+220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at testing.testing [10.0.0.5]
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250-AUTH MYLOGIN
+250 HELP
+501 Invalid base64 data
+221 myhost.test.ex closing connection
|