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 b84df39c7a079f840d7b5ec8704b4b85bb77dd7d Author: Benoit Tellier <[email protected]> AuthorDate: Fri Apr 2 18:38:38 2021 +0700 JAMES-3302 Fix bad formatting due to a missing line break --- .../servers/pages/distributed/architecture/specialized-instances.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/servers/pages/distributed/architecture/specialized-instances.adoc b/docs/modules/servers/pages/distributed/architecture/specialized-instances.adoc index e13d75e..5c7365d 100644 --- a/docs/modules/servers/pages/distributed/architecture/specialized-instances.adoc +++ b/docs/modules/servers/pages/distributed/architecture/specialized-instances.adoc @@ -22,12 +22,14 @@ We speak of: protocols configuration files to learn more. - **Back-office servers** handles other services like: + - Mail processing. - Remote delivery. - Event processing. - Task execution. Front-line servers will likely not handle back office responsibilities (but be sure to have back-office servers that do!). + - xref:distributed/configure/mailetcontainer.adoc[Mail processing can be switched off]. - xref:distributed/configure/listeners.adoc[Mailbox event processing can be switched off]. - xref:distributed/configure/rabbitmq.adoc[Task execution can be switched off]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
