Index: docs/src/_build/html/configuration.html
===================================================================
--- docs/src/_build/html/configuration.html	(revision 13)
+++ docs/src/_build/html/configuration.html	(revision 16)
@@ -9,5 +9,5 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     
-    <title>Configuration &mdash; Postman 0.1.0 documentation</title>
+    <title>Configuration &mdash; Mailjam 0.1.0 documentation</title>
     
     <link rel="stylesheet" href="_static/default.css" type="text/css" />
@@ -26,6 +26,6 @@
     <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="next" title="Running Postman" href="running.html" />
+    <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" />
+    <link rel="next" title="Running Mailjam" href="running.html" />
     <link rel="prev" title="Installation instructions" href="install.html" /> 
   </head>
@@ -38,10 +38,10 @@
              accesskey="I">index</a></li>
         <li class="right" >
-          <a href="running.html" title="Running Postman"
+          <a href="running.html" title="Running Mailjam"
              accesskey="N">next</a> |</li>
         <li class="right" >
           <a href="install.html" title="Installation instructions"
              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>  
@@ -58,5 +58,5 @@
 <ul class="simple">
 <li><a class="reference internal" href="#configuration" id="id9">Configuration</a><ul>
-<li><a class="reference internal" href="#postman-daemon-configuration-file" id="id10">Postman daemon configuration file</a><ul>
+<li><a class="reference internal" href="#mailjam-daemon-configuration-file" id="id10">Mailjam daemon configuration file</a><ul>
 <li><a class="reference internal" href="#xmlrpc-server" id="id11">xmlrpc_server</a><ul>
 <li><a class="reference internal" href="#address" id="id12">address</a></li>
@@ -96,17 +96,17 @@
 </ul>
 </div>
-<div class="section" id="postman-daemon-configuration-file">
-<span id="configuration-daemon"></span><h2><a class="toc-backref" href="#id10">Postman daemon configuration file</a><a class="headerlink" href="#postman-daemon-configuration-file" title="Permalink to this headline">¶</a></h2>
-<p>All the configurations that can be applied to the Postman daemon are registered
-in the <strong>postman.conf</strong> file. That file contains ini-style <a class="footnote-reference" href="#id6" id="id1">[1]</a> configuration
+<div class="section" id="mailjam-daemon-configuration-file">
+<span id="configuration-daemon"></span><h2><a class="toc-backref" href="#id10">Mailjam daemon configuration file</a><a class="headerlink" href="#mailjam-daemon-configuration-file" title="Permalink to this headline">¶</a></h2>
+<p>All the configurations that can be applied to the Mailjam daemon are registered
+in the <strong>mailjam.conf</strong> file. That file contains ini-style <a class="footnote-reference" href="#id6" id="id1">[1]</a> configuration
 parameters, separated in different <em>categories</em>.</p>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>
-<p>The postman.conf file will be installed in different locations depending on
+<p>The mailjam.conf file will be installed in different locations depending on
 your setup. The usual locations are:</p>
 <ul class="simple">
-<li><em>/etc/postman.conf</em> - In most Linux systems (like archlinux, gentoo,
+<li><em>/etc/mailjam.conf</em> - In most Linux systems (like archlinux, gentoo,
 fedora, debian, ubuntu, etc)</li>
-<li><em>/usr/local/etc/postman.conf</em> - In most BSD systems (like FreeBSD, OpenBSD,
+<li><em>/usr/local/etc/mailjam.conf</em> - In most BSD systems (like FreeBSD, OpenBSD,
 NetBSD, etc)</li>
 </ul>
@@ -140,5 +140,5 @@
 <div class="section" id="ssl-key">
 <span id="configuration-daemon-xmlrpc-ssl-key"></span><h4><a class="toc-backref" href="#id15">ssl_key</a><a class="headerlink" href="#ssl-key" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/postman/ssl/postman.key</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/mailjam/ssl/mailjam.key</span></tt></p>
 <p>Path to the ssl key used for encrypted SSL sessions.</p>
 <div class="admonition warning">
@@ -149,5 +149,5 @@
 <div class="section" id="ssl-crt">
 <span id="configuration-daemon-xmlrpc-ssl-crt"></span><h4><a class="toc-backref" href="#id16">ssl_crt</a><a class="headerlink" href="#ssl-crt" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/postman/ssl/postman.crt</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/mailjam/ssl/mailjam.crt</span></tt></p>
 <p>Path to the ssl certificate used for encrypted SSL sessions.</p>
 <div class="admonition warning">
@@ -158,5 +158,5 @@
 <div class="section" id="logfile">
 <span id="configuration-daemon-xmlrpc-logfile"></span><h4><a class="toc-backref" href="#id17">logfile</a><a class="headerlink" href="#logfile" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/var/log/postman/xmlrpc_server.log</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/var/log/mailjam/xmlrpc_server.log</span></tt></p>
 <p>Path to the file where log messages will be saved</p>
 </div>
@@ -175,10 +175,10 @@
 <div class="section" id="path">
 <span id="configuration-daemon-xmlrpc-path"></span><h4><a class="toc-backref" href="#id20">path</a><a class="headerlink" href="#path" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/storage</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/storage</span></tt></p>
 <p>Path to the directory where the backend will save data.</p>
 </div>
 <div class="section" id="lists-db">
 <span id="configuration-daemon-storage-lists-db"></span><h4><a class="toc-backref" href="#id21">lists_db</a><a class="headerlink" href="#lists-db" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/storage/mailings.json</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/storage/mailings.json</span></tt></p>
 <p>Path to the file where the identifiers of existing mailing lists will be saved.</p>
 <div class="admonition note">
@@ -201,5 +201,5 @@
 <div class="section" id="members-db">
 <span id="configuration-daemon-xmlrpc-members-db"></span><h4><a class="toc-backref" href="#id22">members_db</a><a class="headerlink" href="#members-db" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/storage/members.json</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/storage/members.json</span></tt></p>
 <p>Path to the file where the identifiers of existing members will be saved.</p>
 <div class="admonition note">
@@ -218,5 +218,5 @@
 <span id="configuration-daemon-archive-enabled"></span><h4><a class="toc-backref" href="#id24">enabled</a><a class="headerlink" href="#enabled" title="Permalink to this headline">¶</a></h4>
 <p>Default: <tt class="docutils literal"><span class="pre">true</span></tt></p>
-<p>Enables/disables the <em>archives</em> feature. When enabled, Postman saves copies of
+<p>Enables/disables the <em>archives</em> feature. When enabled, Mailjam saves copies of
 email address into an <em>archive</em>, so they can be read later, through a web
 interface.</p>
@@ -239,5 +239,5 @@
 <div class="section" id="configuration-daemon-archive-path">
 <span id="id5"></span><h4><a class="toc-backref" href="#id26">path</a><a class="headerlink" href="#configuration-daemon-archive-path" title="Permalink to this headline">¶</a></h4>
-<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/archives</span></tt></p>
+<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/archives</span></tt></p>
 <p>Path to the directory where the archives will be saved.</p>
 <div class="admonition warning">
@@ -253,5 +253,5 @@
 <div class="admonition warning">
 <p class="first admonition-title">Warning</p>
-<p class="last">This parameters are not currently used in postman, we are still working
+<p class="last">This parameters are not currently used in mailjam, we are still working
 on per-mailing-list configuration parameters.</p>
 </div>
@@ -271,5 +271,5 @@
 <div class="admonition warning">
 <p class="first admonition-title">Warning</p>
-<p class="last">This parameters are not currently used in postman, we are still working
+<p class="last">This parameters are not currently used in mailjam, we are still working
 on per-member configuration parameters.</p>
 </div>
@@ -322,5 +322,5 @@
   <ul>
 <li><a class="reference internal" href="#">Configuration</a><ul>
-<li><a class="reference internal" href="#postman-daemon-configuration-file">Postman daemon configuration file</a><ul>
+<li><a class="reference internal" href="#mailjam-daemon-configuration-file">Mailjam daemon configuration file</a><ul>
 <li><a class="reference internal" href="#xmlrpc-server">xmlrpc_server</a><ul>
 <li><a class="reference internal" href="#address">address</a></li>
@@ -365,5 +365,5 @@
   <h4>Next topic</h4>
   <p class="topless"><a href="running.html"
-                        title="next chapter">Running Postman</a></p>
+                        title="next chapter">Running Mailjam</a></p>
   <h3>This Page</h3>
   <ul class="this-page-menu">
@@ -395,10 +395,10 @@
              >index</a></li>
         <li class="right" >
-          <a href="running.html" title="Running Postman"
+          <a href="running.html" title="Running Mailjam"
              >next</a> |</li>
         <li class="right" >
           <a href="install.html" title="Installation instructions"
              >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>
