You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/12/07 12:44:02 UTC

svn commit: r724124 - in /james/server/trunk/build-tools: nntp.mpt pop3.mpt smtp.mpt

Author: rdonkin
Date: Sun Dec  7 03:44:02 2008
New Revision: 724124

URL: http://svn.apache.org/viewvc?rev=724124&view=rev
Log:
Server name depends on host so just allow wildcards.

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

Modified: james/server/trunk/build-tools/nntp.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/nntp.mpt?rev=724124&r1=724123&r2=724124&view=diff
==============================================================================
--- james/server/trunk/build-tools/nntp.mpt (original)
+++ james/server/trunk/build-tools/nntp.mpt Sun Dec  7 03:44:02 2008
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations      #
 # under the License.                                           #
 ################################################################
-S: 200 localhost. NNTP Service Ready, posting permitted
+S: 200 .* NNTP Service Ready, posting permitted
 C: POST
 S: 340 send article to be posted. End with <CR-LF>.<CR-LF>
 C: From: me@example.org
@@ -27,4 +27,4 @@
 C: .
 S: 240 article received ok
 C: quit
-S: 205 closing connection
\ No newline at end of file
+S: 205 closing connection

Modified: james/server/trunk/build-tools/pop3.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/pop3.mpt?rev=724124&r1=724123&r2=724124&view=diff
==============================================================================
--- james/server/trunk/build-tools/pop3.mpt (original)
+++ james/server/trunk/build-tools/pop3.mpt Sun Dec  7 03:44:02 2008
@@ -16,6 +16,6 @@
 # specific language governing permissions and limitations      #
 # under the License.                                           #
 ################################################################
-S: \+OK localhost. POP3 server \(JAMES POP3 Server .*
+S: \+OK .* POP3 server \(JAMES POP3 Server .*
 C: QUIT
-S: \+OK Apache James POP3 Server signing off.
\ No newline at end of file
+S: \+OK Apache James POP3 Server signing off.

Modified: james/server/trunk/build-tools/smtp.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/smtp.mpt?rev=724124&r1=724123&r2=724124&view=diff
==============================================================================
--- james/server/trunk/build-tools/smtp.mpt (original)
+++ james/server/trunk/build-tools/smtp.mpt Sun Dec  7 03:44:02 2008
@@ -16,8 +16,8 @@
 # specific language governing permissions and limitations      #
 # under the License.                                           #
 ################################################################
-S: 220 localhost. SMTP Server \(JAMES SMTP Server .*
+S: 220 .* SMTP Server \(JAMES SMTP Server .*
 C: HELO example.org
-S: 250 localhost. Hello example.org .*
+S: 250 .* Hello example.org .*
 C: QUIT
-S: 221 2.0.0 localhost. Service closing transmission channel
\ No newline at end of file
+S: 221 2.0.0 .* Service closing transmission channel



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org