diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-21 16:41:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-21 16:41:25 +0100 |
commit | 9b3a1518f52a1de4469c85af8dde74489b974a66 (patch) | |
tree | 64356765aa6683c04d3ee4b3520e73fa4d4d1f52 /test/scripts | |
parent | 7a97480c2bb86d9385597680ec2d4461e1656193 (diff) |
Event for auth fail: client side
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/3418-plaintext-event/3419 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/scripts/3418-plaintext-event/3419 b/test/scripts/3418-plaintext-event/3419 new file mode 100644 index 000000000..6f4594382 --- /dev/null +++ b/test/scripts/3418-plaintext-event/3419 @@ -0,0 +1,21 @@ +# plaintext client fail event +need_ipv4 +# +server PORT_S +220 ESMTP +EHLO +250-OK +250-HELP +250 AUTH LOGIN +AUTH LOGIN +334 VXNlciBOYW1l +dXNlcng +334 UGFzc3dvcmQ= +c2VjcmV0 +599 no way, man +QUIT +250 OK +**** +exim -odi userx@domain.com +. +no_msglog_check |