aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test950
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2015-01-27 18:03:56 +0100
committerPatrick Monnerat <pm@datasphere.ch>2015-01-27 18:03:56 +0100
commited9a4b9fc46f967da9e6a355f860f2a43505f41b (patch)
treee594764fb0482c878a2befb4c8382794b04ec6e4 /tests/data/test950
parentfe79f20957a1e66cd5566236e9e7b873888b0ce0 (diff)
test: add test cases for sasl external authentication (imap/pop3/smtp).
Diffstat (limited to 'tests/data/test950')
-rw-r--r--tests/data/test95056
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/data/test950 b/tests/data/test950
new file mode 100644
index 000000000..b4dab8ae8
--- /dev/null
+++ b/tests/data/test950
@@ -0,0 +1,56 @@
+<testcase>
+<info>
+<keywords>
+SMTP
+SASL
+SASL AUTH EXTERNAL
+RFC4422
+RFC4954
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<servercmd>
+AUTH EXTERNAL
+REPLY AUTH 334 EXTERNAL supported
+REPLY dXNlcg== 235 Authenticated
+</servercmd>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+smtp
+</server>
+ <name>
+SMTP external authentication
+ </name>
+<stdin>
+mail body
+</stdin>
+ <command>
+'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/950' --mail-rcpt recipient@example.com --mail-from sender@example.com -T -
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+EHLO 950
+AUTH EXTERNAL
+dXNlcg==
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient@example.com>
+DATA
+QUIT
+</protocol>
+<upload>
+mail body
+.
+</upload>
+</verify>
+</testcase>