Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/src/_build/html/configuration.html

    r13 r16  
    99    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1010   
    11     <title>Configuration &mdash; Postman 0.1.0 documentation</title>
     11    <title>Configuration &mdash; Mailjam 0.1.0 documentation</title>
    1212   
    1313    <link rel="stylesheet" href="_static/default.css" type="text/css" />
     
    2626    <script type="text/javascript" src="_static/underscore.js"></script>
    2727    <script type="text/javascript" src="_static/doctools.js"></script>
    28     <link rel="top" title="Postman 0.1.0 documentation" href="index.html" />
    29     <link rel="next" title="Running Postman" href="running.html" />
     28    <link rel="top" title="Mailjam 0.1.0 documentation" href="index.html" />
     29    <link rel="next" title="Running Mailjam" href="running.html" />
    3030    <link rel="prev" title="Installation instructions" href="install.html" />
    3131  </head>
     
    3838             accesskey="I">index</a></li>
    3939        <li class="right" >
    40           <a href="running.html" title="Running Postman"
     40          <a href="running.html" title="Running Mailjam"
    4141             accesskey="N">next</a> |</li>
    4242        <li class="right" >
    4343          <a href="install.html" title="Installation instructions"
    4444             accesskey="P">previous</a> |</li>
    45         <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
     45        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li>
    4646      </ul>
    4747    </div> 
     
    5858<ul class="simple">
    5959<li><a class="reference internal" href="#configuration" id="id9">Configuration</a><ul>
    60 <li><a class="reference internal" href="#postman-daemon-configuration-file" id="id10">Postman daemon configuration file</a><ul>
     60<li><a class="reference internal" href="#mailjam-daemon-configuration-file" id="id10">Mailjam daemon configuration file</a><ul>
    6161<li><a class="reference internal" href="#xmlrpc-server" id="id11">xmlrpc_server</a><ul>
    6262<li><a class="reference internal" href="#address" id="id12">address</a></li>
     
    9696</ul>
    9797</div>
    98 <div class="section" id="postman-daemon-configuration-file">
    99 <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>
    100 <p>All the configurations that can be applied to the Postman daemon are registered
    101 in the <strong>postman.conf</strong> file. That file contains ini-style <a class="footnote-reference" href="#id6" id="id1">[1]</a> configuration
     98<div class="section" id="mailjam-daemon-configuration-file">
     99<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>
     100<p>All the configurations that can be applied to the Mailjam daemon are registered
     101in the <strong>mailjam.conf</strong> file. That file contains ini-style <a class="footnote-reference" href="#id6" id="id1">[1]</a> configuration
    102102parameters, separated in different <em>categories</em>.</p>
    103103<div class="admonition note">
    104104<p class="first admonition-title">Note</p>
    105 <p>The postman.conf file will be installed in different locations depending on
     105<p>The mailjam.conf file will be installed in different locations depending on
    106106your setup. The usual locations are:</p>
    107107<ul class="simple">
    108 <li><em>/etc/postman.conf</em> - In most Linux systems (like archlinux, gentoo,
     108<li><em>/etc/mailjam.conf</em> - In most Linux systems (like archlinux, gentoo,
    109109fedora, debian, ubuntu, etc)</li>
    110 <li><em>/usr/local/etc/postman.conf</em> - In most BSD systems (like FreeBSD, OpenBSD,
     110<li><em>/usr/local/etc/mailjam.conf</em> - In most BSD systems (like FreeBSD, OpenBSD,
    111111NetBSD, etc)</li>
    112112</ul>
     
    140140<div class="section" id="ssl-key">
    141141<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>
    142 <p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/postman/ssl/postman.key</span></tt></p>
     142<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/mailjam/ssl/mailjam.key</span></tt></p>
    143143<p>Path to the ssl key used for encrypted SSL sessions.</p>
    144144<div class="admonition warning">
     
    149149<div class="section" id="ssl-crt">
    150150<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>
    151 <p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/postman/ssl/postman.crt</span></tt></p>
     151<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/etc/mailjam/ssl/mailjam.crt</span></tt></p>
    152152<p>Path to the ssl certificate used for encrypted SSL sessions.</p>
    153153<div class="admonition warning">
     
    158158<div class="section" id="logfile">
    159159<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>
    160 <p>Default: <tt class="docutils literal"><span class="pre">/var/log/postman/xmlrpc_server.log</span></tt></p>
     160<p>Default: <tt class="docutils literal"><span class="pre">/var/log/mailjam/xmlrpc_server.log</span></tt></p>
    161161<p>Path to the file where log messages will be saved</p>
    162162</div>
     
    175175<div class="section" id="path">
    176176<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>
    177 <p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/storage</span></tt></p>
     177<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/storage</span></tt></p>
    178178<p>Path to the directory where the backend will save data.</p>
    179179</div>
    180180<div class="section" id="lists-db">
    181181<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>
    182 <p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/storage/mailings.json</span></tt></p>
     182<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/storage/mailings.json</span></tt></p>
    183183<p>Path to the file where the identifiers of existing mailing lists will be saved.</p>
    184184<div class="admonition note">
     
    201201<div class="section" id="members-db">
    202202<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>
    203 <p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/storage/members.json</span></tt></p>
     203<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/storage/members.json</span></tt></p>
    204204<p>Path to the file where the identifiers of existing members will be saved.</p>
    205205<div class="admonition note">
     
    218218<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>
    219219<p>Default: <tt class="docutils literal"><span class="pre">true</span></tt></p>
    220 <p>Enables/disables the <em>archives</em> feature. When enabled, Postman saves copies of
     220<p>Enables/disables the <em>archives</em> feature. When enabled, Mailjam saves copies of
    221221email address into an <em>archive</em>, so they can be read later, through a web
    222222interface.</p>
     
    239239<div class="section" id="configuration-daemon-archive-path">
    240240<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>
    241 <p>Default: <tt class="docutils literal"><span class="pre">/usr/local/postman/archives</span></tt></p>
     241<p>Default: <tt class="docutils literal"><span class="pre">/usr/local/mailjam/archives</span></tt></p>
    242242<p>Path to the directory where the archives will be saved.</p>
    243243<div class="admonition warning">
     
    253253<div class="admonition warning">
    254254<p class="first admonition-title">Warning</p>
    255 <p class="last">This parameters are not currently used in postman, we are still working
     255<p class="last">This parameters are not currently used in mailjam, we are still working
    256256on per-mailing-list configuration parameters.</p>
    257257</div>
     
    271271<div class="admonition warning">
    272272<p class="first admonition-title">Warning</p>
    273 <p class="last">This parameters are not currently used in postman, we are still working
     273<p class="last">This parameters are not currently used in mailjam, we are still working
    274274on per-member configuration parameters.</p>
    275275</div>
     
    322322  <ul>
    323323<li><a class="reference internal" href="#">Configuration</a><ul>
    324 <li><a class="reference internal" href="#postman-daemon-configuration-file">Postman daemon configuration file</a><ul>
     324<li><a class="reference internal" href="#mailjam-daemon-configuration-file">Mailjam daemon configuration file</a><ul>
    325325<li><a class="reference internal" href="#xmlrpc-server">xmlrpc_server</a><ul>
    326326<li><a class="reference internal" href="#address">address</a></li>
     
    365365  <h4>Next topic</h4>
    366366  <p class="topless"><a href="running.html"
    367                         title="next chapter">Running Postman</a></p>
     367                        title="next chapter">Running Mailjam</a></p>
    368368  <h3>This Page</h3>
    369369  <ul class="this-page-menu">
     
    395395             >index</a></li>
    396396        <li class="right" >
    397           <a href="running.html" title="Running Postman"
     397          <a href="running.html" title="Running Mailjam"
    398398             >next</a> |</li>
    399399        <li class="right" >
    400400          <a href="install.html" title="Installation instructions"
    401401             >previous</a> |</li>
    402         <li><a href="index.html">Postman 0.1.0 documentation</a> &raquo;</li>
     402        <li><a href="index.html">Mailjam 0.1.0 documentation</a> &raquo;</li>
    403403      </ul>
    404404    </div>
Note: See TracChangeset for help on using the changeset viewer.