| --- |
| layout: howTo |
| --- |
| <!-- |
| 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. |
| --> |
| |
| <!-- Main --> |
| <div id="main"> |
| |
| <!-- Introduction --> |
| <section id="intro" class="main special"> |
| <div class=""> |
| <div class="content"> |
| <header class="major"> |
| <h2>James how to's...</h2> |
| </header> |
| <p class="align-left">James can be used for a wide variety of cases. Here is a little list of what you can use it for.<br/> |
| This section explains in detail how to achieve these cool features in a straightforward way.</p> |
| |
| <a href="imap-server.html" |
| data-lightbox="james-schema" |
| data-title="Setting up an IMAP server" |
| alt="Setting up an IMAP server" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Setting up an IMAP server<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="spf.html" |
| data-lightbox="james-schema" |
| data-title="Configuring SPF" |
| alt="Configuring SPF" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configuring SPF <span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="dkim.html" |
| data-lightbox="james-schema" |
| data-title="Configuring DKIM" |
| alt="Configuring DKIM" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configuring DKIM <span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="deleted-messages-vault.html" |
| data-lightbox="james-schema" |
| data-title="Deleted Messages Vault" |
| alt="Deleted Messages Vault" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Deleted Messages Vault<span class="fa fa-long-arrow-right"></span> |
| </a> |
| |
| <header class="major"> |
| <h2>Customize James</h2> |
| </header> |
| <p class="align-left">This section will show you how to modify James to use it in your purpose, and embed your own code.</p> |
| <a href="mail-processing.html" |
| data-lightbox="james-schema" |
| data-title="Customized mail processing" |
| alt="Customized mail processing" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Customized mail processing<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="custom-listeners.html" |
| data-lightbox="james-schema" |
| data-title="Configure Custom Listeners" |
| alt="Configure Custom Listeners" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configure Custom Listeners<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="custom-smtp-hooks.html" |
| data-lightbox="james-schema" |
| data-title="Configure Custom SMTP hooks" |
| alt="Configure Custom SMTP hooks" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configure Custom SMTP hooks<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <br/> |
| <a href="custom-smtp-commands.html" |
| data-lightbox="james-schema" |
| data-title="Configure Custom SMTP commands" |
| alt="Configure Custom SMTP commands" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configure Custom SMTP commands<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="custom-webadmin-routes.html" |
| data-lightbox="james-schema" |
| data-title="Configure Custom WebAdmin routes" |
| alt="Configure Custom WebAdmin routes" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configure Custom WebAdmin routes<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="custom-healthchecks.html" |
| data-lightbox="james-schema" |
| data-title="Configure Custom Healthchecks" |
| alt="Configure Custom Healthchecks" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Configure Custom Healthchecks<span class="fa fa-long-arrow-right"></span> |
| </a> |
| <a href="custom-james-assembly.html" |
| data-lightbox="james-schema" |
| data-title="Write Custom James server assembly" |
| alt="Write Custom James server assembly" |
| class="james-schema" > |
| <span class="fa fa-sitemap"></span>Write Custom James server assembly<span class="fa fa-long-arrow-right"></span> |
| </a> |
| |
| <br/> |
| <br/> |
| |
| </div> |
| </div> |
| </section> |
| |
| </div> |
| |