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/test907 | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 tests/data/test907 (limited to 'tests/data/test907') diff --git a/tests/data/test907 b/tests/data/test907 deleted file mode 100644 index 20533b902..000000000 --- a/tests/data/test907 +++ /dev/null @@ -1,53 +0,0 @@ - - - -SMTP -SMTP AUTH PLAIN SASL-IR -RFC4616 -RFC4954 - - - -# -# Server-side - - -AUTH PLAIN -REPLY AUTH 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP plain authentication with initial response - - -mail body - - -smtp://%HOSTIP:%SMTPPORT/907 --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 907 -AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ= -MAIL FROM: -RCPT TO: -DATA -QUIT - - -mail body -. - - - -- cgit v1.2.3