From 973cc22529a138004b2bdf816ef3746f45f23b50 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 25 Oct 2013 19:17:15 +0100 Subject: tests: Regrouped SMTP authentication tests --- tests/data/test919 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tests/data/test919 (limited to 'tests/data/test919') diff --git a/tests/data/test919 b/tests/data/test919 new file mode 100644 index 000000000..bc26fef55 --- /dev/null +++ b/tests/data/test919 @@ -0,0 +1,53 @@ + + + +SMTP +SMTP AUTH PLAIN SASL-IR +RFC4616 +RFC4954 + + + +# +# Server-side + + +AUTH PLAIN +REPLY AUTH 235 Authenticated + + + +# +# Client-side + + +smtp + + +SMTP plain authentication with initial response + + +mail body + + +smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO 919 +AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ= +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + -- cgit v1.2.3