blob: a5d005c3271e4b33ece42b74f4a0fe9da5a59758 [file]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<document>
<properties>
<title>Apache James Server 3 - Index</title>
</properties>
<head>
<script type="text/javascript" src="./js/index.js" />
</head>
<body>
<p>The server project wires together the different libraries composing James to provide a running service. It introduces
for example Netty wrappers for protocols, the Mail Queue component as well as Mailet container for mail processing,
and storage API for server related storage. Wiring is done thanks to Inversion of Control using either Guice or Spring.</p>
<p>This documentation is intended to be an introduction to the concepts behind the Apache James Server usage, as well
as a guide to <a href="install.html">install</a>, <a href="config.html">configure</a> ,
<a href="manage.html">manage</a>, <a href="monitor.html">monitor</a>
and <a href="dev.html">develop</a> Apache James Server.</p>
<p>Download Apache James Mail Server 3.8.1 and <a href="quick-start.html">quick-start</a> it!</p>
<p>
<span class="minibutton btn-download">
<a href="http://james.apache.org/download.cgi#Apache_James_Server">
<span><span class="icon"></span>Apache James Server 3.8.1</span>
</a>
</span>
</p>
<p>You can also have a look to the last stable version</p>
<p>Apache James Server 3.8.1 represents the leading edge of development. This code stream has many more
features than the 2.3 code, but is not be as well tested in production. Reasonable
configuration compatibility has been retained with 2.3.2.</p>
<p>Apache James Server 3.8.1 and following versions require Java 1.11. A migration guide for
users willing to upgrade from 2.3 to 3.8.1 is <a href="upgrade-2.3.html">available</a>. If relying on Guice
wiring, you can use some additional components (Cassandra, OpenSearch, ...).</p>
</body>
</document>