diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-27 13:04:02 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-27 13:04:02 +0100 |
commit | f9b691cdb0336438f4e2775fa911c1075f9a0dad (patch) | |
tree | ac73f8aea116ef35ff1db3991d76561a45051be6 /tests/data/test907 | |
parent | 4118c30261cf7f38245cbf5aa87952da7f1e0224 (diff) |
tests: Added SMTP AUTH with initial response tests
Diffstat (limited to 'tests/data/test907')
-rw-r--r-- | tests/data/test907 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/data/test907 b/tests/data/test907 new file mode 100644 index 000000000..d7a25e5b4 --- /dev/null +++ b/tests/data/test907 @@ -0,0 +1,54 @@ +<testcase> +<info> +<keywords> +SMTP +SMTP AUTH PLAIN SASL-IR +RFC4616 +RFC4954 +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +REPLY EHLO 250 AUTH PLAIN +REPLY AUTH 235 Authenticated +</servercmd> +</reply> + +# +# Client-side +<client> +<server> +smtp +</server> + <name> +SMTP plain authentication with initial response + </name> +<stdin> +mail body +</stdin> + <command> +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@from -u test:1234 -T --sasl-ir - +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +EHLO user
+AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ=
+MAIL FROM:<907@from>
+RCPT TO:<907@foo>
+DATA
+QUIT
+</protocol> +<upload> +mail body +
+.
+</upload> +</verify> +</testcase> |