You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2020/11/20 10:09:39 UTC

[james-project] 16/16: JAMES-3441 Document spooler.threads = 0

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 42a84127277e1b9588b4cda76f227c841c079a5b
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Nov 19 02:54:06 2020 +0100

    JAMES-3441 Document spooler.threads = 0
---
 docs/modules/servers/pages/distributed/configure/mailetcontainer.adoc | 3 ++-
 src/site/xdoc/server/config-mailetcontainer.xml                       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/modules/servers/pages/distributed/configure/mailetcontainer.adoc b/docs/modules/servers/pages/distributed/configure/mailetcontainer.adoc
index d361870..c94d68b 100644
--- a/docs/modules/servers/pages/distributed/configure/mailetcontainer.adoc
+++ b/docs/modules/servers/pages/distributed/configure/mailetcontainer.adoc
@@ -30,7 +30,8 @@ If this is set to a non-local email address, the mail server
 will still function, but will generate a warning on startup.
 
 | spooler.threads
-| Number of simultaneous threads used to spool the mails.
+| Number of simultaneous threads used to spool the mails. Set to zero, it disables mail processing - use with
+caution.
 
 | spooler.errorRepository
 | Mail repository to store email in after several unrecoverable errors. Mails failing processing, for which
diff --git a/src/site/xdoc/server/config-mailetcontainer.xml b/src/site/xdoc/server/config-mailetcontainer.xml
index 8660a21..e80af19 100644
--- a/src/site/xdoc/server/config-mailetcontainer.xml
+++ b/src/site/xdoc/server/config-mailetcontainer.xml
@@ -49,7 +49,8 @@
             If this is set to a non-local email address, the mail server
             will still function, but will generate a warning on startup.</dd>
           <dt><strong>spooler.threads</strong></dt>
-          <dd>Number of simultaneous threads used to spool the mails.</dd>
+          <dd>Number of simultaneous threads used to spool the mails. Set to zero, it disables mail processing - use with
+              caution.</dd>
           <dt><strong>spooler.errorRepository</strong></dt>
           <dd>Mail repository to store email in after several unrecoverable errors. Mails failing processing, for which
               the Mailet Container could not handle Error, will be stored there after their processing had been attempted


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