Index: docs/src/_build/html/overview.html
===================================================================
--- docs/src/_build/html/overview.html	(revision 13)
+++ docs/src/_build/html/overview.html	(revision 16)
@@ -9,5 +9,5 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Overview of postman’s architecture &mdash; Postman 0.1.0 documentation</title>
+    <title>Overview of mailjam’s architecture &mdash; Mailjam 0.1.0 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
@@ -26,7 +26,7 @@
     <script type="text/javascript" src="_static/underscore.js"></script>
     <script type="text/javascript" src="_static/doctools.js"></script>
-    <link rel="top" title="Postman 0.1.0 documentation" href="index.html" />
+    <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" />
     <link rel="next" title="Installation instructions" href="install.html" />
-    <link rel="prev" title="Postman official documentation" href="index.html" /> 
+    <link rel="prev" title="Mailjam official documentation" href="index.html" /> 
   </head>
   <body>
@@ -41,7 +41,7 @@
              accesskey="N">next</a> |</li>
         <li class="right" >
-          <a href="index.html" title="Postman official documentation"
+          <a href="index.html" title="Mailjam official documentation"
              accesskey="P">previous</a> |</li>
-        <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li> 
+        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li> 
       </ul>
     </div>  
@@ -52,12 +52,12 @@
           <div class="body">
             
-  <div class="section" id="overview-of-postman-s-architecture">
-<h1><a class="toc-backref" href="#id1">Overview of postman&#8217;s architecture</a><a class="headerlink" href="#overview-of-postman-s-architecture" title="Permalink to this headline">¶</a></h1>
+  <div class="section" id="overview-of-mailjam-s-architecture">
+<h1><a class="toc-backref" href="#id1">Overview of mailjam&#8217;s architecture</a><a class="headerlink" href="#overview-of-mailjam-s-architecture" title="Permalink to this headline">¶</a></h1>
 <div class="contents topic" id="contents">
 <p class="topic-title first">Contents</p>
 <ul class="simple">
-<li><a class="reference internal" href="#overview-of-postman-s-architecture" id="id1">Overview of postman&#8217;s architecture</a><ul>
+<li><a class="reference internal" href="#overview-of-mailjam-s-architecture" id="id1">Overview of mailjam&#8217;s architecture</a><ul>
 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a></li>
-<li><a class="reference internal" href="#postman-daemon" id="id3">Postman daemon</a></li>
+<li><a class="reference internal" href="#mailjam-daemon" id="id3">Mailjam daemon</a></li>
 <li><a class="reference internal" href="#mta-client" id="id4">MTA client</a></li>
 <li><a class="reference internal" href="#cli-client" id="id5">CLI client</a></li>
@@ -69,13 +69,13 @@
 <div class="section" id="introduction">
 <h2><a class="toc-backref" href="#id2">Introduction</a><a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
-<p>Postman has been designed following a <strong>multi-component structure</strong>. There is
+<p>Mailjam has been designed following a <strong>multi-component structure</strong>. There is
 <strong>a daemon</strong> that manage the mailing lists and members information in a storage
 backend and there are <strong>different kinds of clients</strong> (currently, three of them)
 that <strong>interact with the daemon using a XMLRPC link</strong>.</p>
 <p>This is the scheme of the architecture:</p>
-<img alt="Scheme of the architecture behind Postman" class="open-fancybox" src="_images/postman_architecture.png" />
+<img alt="Scheme of the architecture behind Mailjam" class="open-fancybox" src="_images/mailjam_architecture.png" />
 </div>
-<div class="section" id="postman-daemon">
-<span id="overview-postman-daemon"></span><h2><a class="toc-backref" href="#id3">Postman daemon</a><a class="headerlink" href="#postman-daemon" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="mailjam-daemon">
+<span id="overview-mailjam-daemon"></span><h2><a class="toc-backref" href="#id3">Mailjam daemon</a><a class="headerlink" href="#mailjam-daemon" title="Permalink to this headline">¶</a></h2>
 <p>The daemon will perform all the operations regarding the management of the
 mailing lists and members. The daemon will save information of a given
@@ -86,5 +86,5 @@
 </div>
 <div class="section" id="mta-client">
-<span id="overview-postman-mta-client"></span><h2><a class="toc-backref" href="#id4">MTA client</a><a class="headerlink" href="#mta-client" title="Permalink to this headline">¶</a></h2>
+<span id="overview-mailjam-mta-client"></span><h2><a class="toc-backref" href="#id4">MTA client</a><a class="headerlink" href="#mta-client" title="Permalink to this headline">¶</a></h2>
 <p>This client is attached to a given MTA, and is called but the MTA itself when
 emails for a mailing lists are received. The client performs some checks on the
@@ -92,13 +92,13 @@
 </div>
 <div class="section" id="cli-client">
-<span id="overview-postman-cli-client"></span><h2><a class="toc-backref" href="#id5">CLI client</a><a class="headerlink" href="#cli-client" title="Permalink to this headline">¶</a></h2>
+<span id="overview-mailjam-cli-client"></span><h2><a class="toc-backref" href="#id5">CLI client</a><a class="headerlink" href="#cli-client" title="Permalink to this headline">¶</a></h2>
 <p>This is a shell-like interface that can be used to add mailing lists to a given
-Postman server, edit such mailing lists information, add members, etc.</p>
+Mailjam server, edit such mailing lists information, add members, etc.</p>
 </div>
 <div class="section" id="web-client">
-<span id="overview-postman-web-client"></span><h2><a class="toc-backref" href="#id6">Web client</a><a class="headerlink" href="#web-client" title="Permalink to this headline">¶</a></h2>
+<span id="overview-mailjam-web-client"></span><h2><a class="toc-backref" href="#id6">Web client</a><a class="headerlink" href="#web-client" title="Permalink to this headline">¶</a></h2>
 <p>This is a small <em>webapp</em> that can be used to perform the same management
 operations you can achieve using the
-<a class="reference internal" href="#overview-postman-cli-client"><em>CLI client</em></a>.</p>
+<a class="reference internal" href="#overview-mailjam-cli-client"><em>CLI client</em></a>.</p>
 </div>
 </div>
@@ -112,7 +112,7 @@
   <h3><a href="index.html">Table Of Contents</a></h3>
   <ul>
-<li><a class="reference internal" href="#">Overview of postman&#8217;s architecture</a><ul>
+<li><a class="reference internal" href="#">Overview of mailjam&#8217;s architecture</a><ul>
 <li><a class="reference internal" href="#introduction">Introduction</a></li>
-<li><a class="reference internal" href="#postman-daemon">Postman daemon</a></li>
+<li><a class="reference internal" href="#mailjam-daemon">Mailjam daemon</a></li>
 <li><a class="reference internal" href="#mta-client">MTA client</a></li>
 <li><a class="reference internal" href="#cli-client">CLI client</a></li>
@@ -124,5 +124,5 @@
   <h4>Previous topic</h4>
   <p class="topless"><a href="index.html"
-                        title="previous chapter">Postman official documentation</a></p>
+                        title="previous chapter">Mailjam official documentation</a></p>
   <h4>Next topic</h4>
   <p class="topless"><a href="install.html"
@@ -160,7 +160,7 @@
              >next</a> |</li>
         <li class="right" >
-          <a href="index.html" title="Postman official documentation"
+          <a href="index.html" title="Mailjam official documentation"
              >previous</a> |</li>
-        <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li> 
+        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li> 
       </ul>
     </div>
