Index: phoenix-deployment/build.xml
===================================================================
--- phoenix-deployment/build.xml (revision 726389)
+++ phoenix-deployment/build.xml (working copy)
@@ -1109,6 +1109,17 @@
+
+
+
+
+
+
+ true
+
+
+
+
+
+ localhost
+
+
+ example.org
+
+
+
+
Property changes on: build-tools/vut.xsl
___________________________________________________________________
Added: svn:mergeinfo
Index: build-tools/vut-pop3.mpt
===================================================================
--- build-tools/vut-pop3.mpt (revision 726389)
+++ build-tools/vut-pop3.mpt (working copy)
@@ -22,7 +22,7 @@
C: PASS passwd
S: \+OK Welcome john.smith
C: STAT
-S: \+OK 1 .*
+S: \+OK 2 .*
C: RETR 1
S: \+OK Message follows
S: Message-ID: .*
@@ -43,6 +43,30 @@
S: Simple plain mail content
S:
S: .
+C: RETR 1
+S: \+OK Message follows
+S: Message-ID: .*
+S: MIME-Version: 1.0
+S: Return-Path:
+S: Content-Type: text/plain; charset=us-ascii
+S: Content-Transfer-Encoding: 7bit
+S: Delivered-To: john.smith@localhost
+S: Received: from localhost.*
+S: .*by localhost.*
+S: .*for ;
+S: .*
+S: Date: 13 Dec 2008 GMT
+S: From:
+S: To:
+S: Subject: Virtual Host Test Message
+S:
+S: This message tests James virtual user mapping.
+S: support@example.org should be mapping to john.smith@localhost
+S: and delivered to that mailbox.
+S:
+S: .
+C: DELE 2
+S: \+OK Message deleted
C: DELE 1
S: \+OK Message deleted
C: STAT
Index: build-tools/vut-smtp.mpt
===================================================================
--- build-tools/vut-smtp.mpt (revision 726389)
+++ build-tools/vut-smtp.mpt (working copy)
@@ -34,5 +34,22 @@
C:
C: .
S: 250 2.6.0 Message received
+C: MAIL FROM:
+S: 250 2.1.0 Sender OK
+C: RCPT TO:
+S: 250 2.1.5 Recipient OK
+C: DATA
+S: 354 Ok Send data ending with .
+C: Date: 13 Dec 2008 GMT
+C: From:
+C: To:
+C: Subject: Virtual Host Test Message
+C:
+C: This message tests James virtual user mapping.
+C: support@example.org should be mapping to john.smith@localhost
+C: and delivered to that mailbox.
+C:
+C: .
+S: 250 2.6.0 Message received
C: QUIT
S: 221 2.0.0 .* Service closing transmission channel
Index: build-tools/smoke.xml
===================================================================
--- build-tools/smoke.xml (revision 726391)
+++ build-tools/smoke.xml (working copy)
@@ -61,17 +61,17 @@
S: User user a.*
C: adduser john.smith passwd
S: User john.smith a.*
-C: removemapping john.smith@localhost support@example.org
+C: removemapping support@example.org john.smith@localhost
S: .*
-C: addmapping john.smith@localhost support@example.org
+C: addmapping support@example.org john.smith@localhost
S: Adding mapping successful: true
-
-
+
+
@@ -79,7 +79,13 @@
-
+
+
+
+
+
+
+
@@ -118,7 +124,38 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+