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/Makefile.am | 4 ++-- tests/data/test907 | 53 ------------------------------------------------- tests/data/test908 | 54 -------------------------------------------------- tests/data/test919 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test920 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 109 insertions(+), 109 deletions(-) delete mode 100644 tests/data/test907 delete mode 100644 tests/data/test908 create mode 100644 tests/data/test919 create mode 100644 tests/data/test920 (limited to 'tests') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 88310563d..b985b70a3 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -70,9 +70,9 @@ test850 test851 test852 test853 test854 test855 test856 test857 test858 \ test859 test860 test861 test862 test863 test864 test865 test866 test867 \ test868 test869 test870 \ \ -test900 test901 test902 test903 test904 test905 test906 test907 test908 \ +test900 test901 test902 test903 test904 test905 test906 \ test909 test910 test911 test912 test913 test914 test915 test916 test917 \ -test918 \ +test918 test919 test920 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ 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 -. - - - 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 -. - - - diff --git a/tests/data/test919 b/tests/data/test919 new file mode 100644 index 000000000..bc26fef55 --- /dev/null +++ b/tests/data/test919 @@ -0,0 +1,53 @@ + + + +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/919 --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 919 +AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ= +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + diff --git a/tests/data/test920 b/tests/data/test920 new file mode 100644 index 000000000..8502215e2 --- /dev/null +++ b/tests/data/test920 @@ -0,0 +1,54 @@ + + + +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/920 --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 920 +AUTH LOGIN dGVzdA== +MTIzNA== +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + -- cgit v1.2.3