Changeset 16:cd4170142d87 in mailjam for docs/src/_build/html/configuration.html
- Timestamp:
- May 22, 2012, 9:31:15 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/src/_build/html/configuration.html
r13 r16 9 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 10 10 11 <title>Configuration — Postman0.1.0 documentation</title>11 <title>Configuration — Mailjam 0.1.0 documentation</title> 12 12 13 13 <link rel="stylesheet" href="_static/default.css" type="text/css" /> … … 26 26 <script type="text/javascript" src="_static/underscore.js"></script> 27 27 <script type="text/javascript" src="_static/doctools.js"></script> 28 <link rel="top" title=" Postman0.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" /> 30 30 <link rel="prev" title="Installation instructions" href="install.html" /> 31 31 </head> … … 38 38 accesskey="I">index</a></li> 39 39 <li class="right" > 40 <a href="running.html" title="Running Postman"40 <a href="running.html" title="Running Mailjam" 41 41 accesskey="N">next</a> |</li> 42 42 <li class="right" > 43 43 <a href="install.html" title="Installation instructions" 44 44 accesskey="P">previous</a> |</li> 45 <li><a href="index.html"> Postman0.1.0 documentation</a> »</li>45 <li><a href="index.html">Mailjam 0.1.0 documentation</a> »</li> 46 46 </ul> 47 47 </div> … … 58 58 <ul class="simple"> 59 59 <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">Postmandaemon configuration file</a><ul>60 <li><a class="reference internal" href="#mailjam-daemon-configuration-file" id="id10">Mailjam daemon configuration file</a><ul> 61 61 <li><a class="reference internal" href="#xmlrpc-server" id="id11">xmlrpc_server</a><ul> 62 62 <li><a class="reference internal" href="#address" id="id12">address</a></li> … … 96 96 </ul> 97 97 </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 Postmandaemon are registered101 in the <strong> postman.conf</strong> file. That file contains ini-style <a class="footnote-reference" href="#id6" id="id1">[1]</a> configuration98 <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 101 in the <strong>mailjam.conf</strong> file. That file contains ini-style <a class="footnote-reference" href="#id6" id="id1">[1]</a> configuration 102 102 parameters, separated in different <em>categories</em>.</p> 103 103 <div class="admonition note"> 104 104 <p class="first admonition-title">Note</p> 105 <p>The postman.conf file will be installed in different locations depending on105 <p>The mailjam.conf file will be installed in different locations depending on 106 106 your setup. The usual locations are:</p> 107 107 <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, 109 109 fedora, 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, 111 111 NetBSD, etc)</li> 112 112 </ul> … … 140 140 <div class="section" id="ssl-key"> 141 141 <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> 143 143 <p>Path to the ssl key used for encrypted SSL sessions.</p> 144 144 <div class="admonition warning"> … … 149 149 <div class="section" id="ssl-crt"> 150 150 <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> 152 152 <p>Path to the ssl certificate used for encrypted SSL sessions.</p> 153 153 <div class="admonition warning"> … … 158 158 <div class="section" id="logfile"> 159 159 <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> 161 161 <p>Path to the file where log messages will be saved</p> 162 162 </div> … … 175 175 <div class="section" id="path"> 176 176 <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> 178 178 <p>Path to the directory where the backend will save data.</p> 179 179 </div> 180 180 <div class="section" id="lists-db"> 181 181 <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> 183 183 <p>Path to the file where the identifiers of existing mailing lists will be saved.</p> 184 184 <div class="admonition note"> … … 201 201 <div class="section" id="members-db"> 202 202 <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> 204 204 <p>Path to the file where the identifiers of existing members will be saved.</p> 205 205 <div class="admonition note"> … … 218 218 <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> 219 219 <p>Default: <tt class="docutils literal"><span class="pre">true</span></tt></p> 220 <p>Enables/disables the <em>archives</em> feature. When enabled, Postmansaves copies of220 <p>Enables/disables the <em>archives</em> feature. When enabled, Mailjam saves copies of 221 221 email address into an <em>archive</em>, so they can be read later, through a web 222 222 interface.</p> … … 239 239 <div class="section" id="configuration-daemon-archive-path"> 240 240 <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> 242 242 <p>Path to the directory where the archives will be saved.</p> 243 243 <div class="admonition warning"> … … 253 253 <div class="admonition warning"> 254 254 <p class="first admonition-title">Warning</p> 255 <p class="last">This parameters are not currently used in postman, we are still working255 <p class="last">This parameters are not currently used in mailjam, we are still working 256 256 on per-mailing-list configuration parameters.</p> 257 257 </div> … … 271 271 <div class="admonition warning"> 272 272 <p class="first admonition-title">Warning</p> 273 <p class="last">This parameters are not currently used in postman, we are still working273 <p class="last">This parameters are not currently used in mailjam, we are still working 274 274 on per-member configuration parameters.</p> 275 275 </div> … … 322 322 <ul> 323 323 <li><a class="reference internal" href="#">Configuration</a><ul> 324 <li><a class="reference internal" href="# postman-daemon-configuration-file">Postmandaemon configuration file</a><ul>324 <li><a class="reference internal" href="#mailjam-daemon-configuration-file">Mailjam daemon configuration file</a><ul> 325 325 <li><a class="reference internal" href="#xmlrpc-server">xmlrpc_server</a><ul> 326 326 <li><a class="reference internal" href="#address">address</a></li> … … 365 365 <h4>Next topic</h4> 366 366 <p class="topless"><a href="running.html" 367 title="next chapter">Running Postman</a></p>367 title="next chapter">Running Mailjam</a></p> 368 368 <h3>This Page</h3> 369 369 <ul class="this-page-menu"> … … 395 395 >index</a></li> 396 396 <li class="right" > 397 <a href="running.html" title="Running Postman"397 <a href="running.html" title="Running Mailjam" 398 398 >next</a> |</li> 399 399 <li class="right" > 400 400 <a href="install.html" title="Installation instructions" 401 401 >previous</a> |</li> 402 <li><a href="index.html"> Postman0.1.0 documentation</a> »</li>402 <li><a href="index.html">Mailjam 0.1.0 documentation</a> »</li> 403 403 </ul> 404 404 </div>
Note:
See TracChangeset
for help on using the changeset viewer.