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/test908 | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 tests/data/test908 (limited to 'tests/data/test908') 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 @@ - - - -SMTP -SMTP AUTH LOGIN SASL-IR -RFC4954 - - - -# -# Server-side - - -AUTH LOGIN -REPLY AUTH 334 UGFzc3dvcmQ6 -REPLY MTIzNA== 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP login authentication with initial response - - -mail body - - -smtp://%HOSTIP:%SMTPPORT/908 --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 908 -AUTH LOGIN dGVzdA== -MTIzNA== -MAIL FROM: -RCPT TO: -DATA -QUIT - - -mail body -. - - - -- cgit v1.2.3