aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test908
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-27 13:04:02 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-27 13:04:02 +0100
commitf9b691cdb0336438f4e2775fa911c1075f9a0dad (patch)
treeac73f8aea116ef35ff1db3991d76561a45051be6 /tests/data/test908
parent4118c30261cf7f38245cbf5aa87952da7f1e0224 (diff)
tests: Added SMTP AUTH with initial response tests
Diffstat (limited to 'tests/data/test908')
-rw-r--r--tests/data/test90855
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/data/test908 b/tests/data/test908
new file mode 100644
index 000000000..8f3824d2f
--- /dev/null
+++ b/tests/data/test908
@@ -0,0 +1,55 @@
+<testcase>
+<info>
+<keywords>
+SMTP
+SMTP AUTH LOGIN SASL-IR
+RFC4954
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<servercmd>
+REPLY EHLO 250 AUTH LOGIN
+REPLY AUTH 334 UGFzc3dvcmQ6
+REPLY MTIzNA== 235 Authenticated
+</servercmd>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+smtp
+</server>
+ <name>
+SMTP login authentication with initial response
+ </name>
+<stdin>
+mail body
+</stdin>
+ <command>
+smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@foo --mail-from 908@from -u test:1234 -T --sasl-ir -
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+EHLO user
+AUTH LOGIN dGVzdA==
+MTIzNA==
+MAIL FROM:<908@from>
+RCPT TO:<908@foo>
+DATA
+QUIT
+</protocol>
+<upload>
+mail body
+
+.
+</upload>
+</verify>
+</testcase>