diff options
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/3418-plaintext-event/3418 | 17 | ||||
-rw-r--r-- | test/scripts/3418-plaintext-event/REQUIRES | 2 |
2 files changed, 19 insertions, 0 deletions
diff --git a/test/scripts/3418-plaintext-event/3418 b/test/scripts/3418-plaintext-event/3418 new file mode 100644 index 000000000..2df7dd3ce --- /dev/null +++ b/test/scripts/3418-plaintext-event/3418 @@ -0,0 +1,17 @@ +# plaintext server fail event +# +# Incorrect auth +exim -odi -bs -oMa 10.0.0.5 +ehlo testing.testing +auth mylogin cnggc2VjcmV0 +quit +**** +# +# Bad base64 +exim -odi -bs -oMa 10.0.0.5 +ehlo testing.testing +auth mylogin XNlcnggc2VjcmV0 +quit +**** +# +no_msglog_check diff --git a/test/scripts/3418-plaintext-event/REQUIRES b/test/scripts/3418-plaintext-event/REQUIRES new file mode 100644 index 000000000..2c5eb3f1c --- /dev/null +++ b/test/scripts/3418-plaintext-event/REQUIRES @@ -0,0 +1,2 @@ +authenticator plaintext +support Event |