aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test908
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-25 19:17:15 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-10-25 19:30:52 +0100
commit973cc22529a138004b2bdf816ef3746f45f23b50 (patch)
tree6917e6215fea34883b45258ab1a000d61d4a59fe /tests/data/test908
parent2cc9246477285d16d21086dfed5cc4adeee0dbc9 (diff)
tests: Regrouped SMTP authentication tests
Diffstat (limited to 'tests/data/test908')
-rw-r--r--tests/data/test90854
1 files changed, 0 insertions, 54 deletions
diff --git a/tests/data/test908 b/tests/data/test908
deleted file mode 100644
index 9f46363b6..000000000
--- a/tests/data/test908
+++ /dev/null
@@ -1,54 +0,0 @@
-<testcase>
-<info>
-<keywords>
-SMTP
-SMTP AUTH LOGIN SASL-IR
-RFC4954
-</keywords>
-</info>
-
-#
-# Server-side
-<reply>
-<servercmd>
-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/908 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T -
-</command>
-</client>
-
-#
-# Verify data after the test has been "shot"
-<verify>
-<protocol>
-EHLO 908
-AUTH LOGIN dGVzdA==
-MTIzNA==
-MAIL FROM:<sender@example.com>
-RCPT TO:<recipient@example.com>
-DATA
-QUIT
-</protocol>
-<upload>
-mail body
-.
-</upload>
-</verify>
-</testcase>