Author: rdonkin
Date: Fri Dec 12 04:48:08 2008
New Revision: 725987

URL: http://svn.apache.org/viewvc?rev=725987&view=rev
Log:
Improved SMTP testing

Modified:
    james/server/trunk/build-tools/smtp.mpt

Modified: james/server/trunk/build-tools/smtp.mpt
URL: 
http://svn.apache.org/viewvc/james/server/trunk/build-tools/smtp.mpt?rev=725987&r1=725986&r2=725987&view=diff
==============================================================================
--- james/server/trunk/build-tools/smtp.mpt (original)
+++ james/server/trunk/build-tools/smtp.mpt Fri Dec 12 04:48:08 2008
@@ -19,5 +19,20 @@
 S: 220 .* SMTP Server \(JAMES SMTP Server .*
 C: HELO example.org
 S: 250 .* Hello example.org .*
+C: MAIL FROM:<[email protected]>
+S: 250 2.1.0 Sender <[email protected]> OK
+C: RCPT TO:<u...@localhost>
+S: 250 2.1.5 Recipient <u...@localhost> OK
+C: DATA
+S: 354 Ok Send data ending with <CRLF>.<CRLF>
+C: Date: 12 Dec 2008 GMT
+C: From: <[email protected]>
+C: To: <u...@localhost>
+C: Subject: A Test Message
+C:
+C: Simple plain mail content
+C:
+C: .
+S: 250 2.6.0 Message received
 C: QUIT
 S: 221 2.0.0 .* Service closing transmission channel



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to