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 ad...@apache.org on 2017/12/18 19:34:39 UTC

[03/50] [abbrv] james-project git commit: JAMES-2265 Correct RemoteDelivery default configuration

JAMES-2265 Correct RemoteDelivery default configuration


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/04c3a0f6
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/04c3a0f6
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/04c3a0f6

Branch: refs/heads/master
Commit: 04c3a0f636e225367b0f352eaae2247b165aa2c4
Parents: 8d5c53b
Author: apptaro <ap...@gmail.com>
Authored: Mon Dec 18 16:07:26 2017 +0900
Committer: benwa <bt...@linagora.com>
Committed: Mon Dec 18 14:31:27 2017 +0700

----------------------------------------------------------------------
 server/app/src/main/resources/mailetcontainer.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/04c3a0f6/server/app/src/main/resources/mailetcontainer.xml
----------------------------------------------------------------------
diff --git a/server/app/src/main/resources/mailetcontainer.xml b/server/app/src/main/resources/mailetcontainer.xml
index abb8282..93760a9 100644
--- a/server/app/src/main/resources/mailetcontainer.xml
+++ b/server/app/src/main/resources/mailetcontainer.xml
@@ -288,7 +288,7 @@ Regards, Postmaster XXX.YYY
        <!-- Attempt remote delivery using the specified repository for the spool, -->
        <!-- using delay time to retry delivery and the maximum number of retries -->
        <mailet match="All" class="RemoteDelivery">
-          <outgoingQueue>outgoing</outgoingQueue>
+          <outgoing>outgoing</outgoing>
 
           <!-- Delivery Schedule based upon RFC 2821, 4.5.4.1 -->
           <!-- 5 day retry period, with 4 attempts in the first


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