From ef782d726e8e6f473237389066a11a908218f893 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 28 Jan 2015 19:45:54 +0000 Subject: tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests --- tests/data/test944 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tests/data/test944 (limited to 'tests/data/test944') diff --git a/tests/data/test944 b/tests/data/test944 new file mode 100644 index 000000000..4b60f120f --- /dev/null +++ b/tests/data/test944 @@ -0,0 +1,55 @@ + + + +SMTP +SASL +SASL AUTH EXTERNAL +SASL-IR +RFC4422 +RFC4954 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH 235 Authenticated + + + +# +# Client-side + + +smtp + + +SMTP external authentication with initial response + + +mail body + + +'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/944' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO 944 +AUTH EXTERNAL dXNlcg== +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + -- cgit v1.2.3