Changeset 16:cd4170142d87 in mailjam for docs/src/configuration.rst
- Timestamp:
- May 22, 2012, 9:31:15 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/src/configuration.rst
r13 r16 6 6 .. _configuration_daemon: 7 7 8 Postmandaemon configuration file8 Mailjam daemon configuration file 9 9 --------------------------------- 10 10 11 All the configurations that can be applied to the Postmandaemon are registered12 in the ** postman.conf** file. That file contains ini-style [1]_ configuration11 All the configurations that can be applied to the Mailjam daemon are registered 12 in the **mailjam.conf** file. That file contains ini-style [1]_ configuration 13 13 parameters, separated in different *categories*. 14 14 15 15 .. note:: 16 16 17 The postman.conf file will be installed in different locations depending on17 The mailjam.conf file will be installed in different locations depending on 18 18 your setup. The usual locations are: 19 19 20 - */etc/ postman.conf* - In most Linux systems (like archlinux, gentoo,20 - */etc/mailjam.conf* - In most Linux systems (like archlinux, gentoo, 21 21 fedora, debian, ubuntu, etc) 22 22 23 - */usr/local/etc/ postman.conf* - In most BSD systems (like FreeBSD, OpenBSD,23 - */usr/local/etc/mailjam.conf* - In most BSD systems (like FreeBSD, OpenBSD, 24 24 NetBSD, etc) 25 25 … … 73 73 ******* 74 74 75 Default: ``/usr/local/etc/ postman/ssl/postman.key``75 Default: ``/usr/local/etc/mailjam/ssl/mailjam.key`` 76 76 77 77 Path to the ssl key used for encrypted SSL sessions. … … 86 86 ******* 87 87 88 Default: ``/usr/local/etc/ postman/ssl/postman.crt``88 Default: ``/usr/local/etc/mailjam/ssl/mailjam.crt`` 89 89 90 90 Path to the ssl certificate used for encrypted SSL sessions. … … 99 99 ******* 100 100 101 Default: ``/var/log/ postman/xmlrpc_server.log``101 Default: ``/var/log/mailjam/xmlrpc_server.log`` 102 102 103 103 Path to the file where log messages will be saved … … 128 128 **** 129 129 130 Default: ``/usr/local/ postman/storage``130 Default: ``/usr/local/mailjam/storage`` 131 131 132 132 Path to the directory where the backend will save data. … … 137 137 ******** 138 138 139 Default: ``/usr/local/ postman/storage/mailings.json``139 Default: ``/usr/local/mailjam/storage/mailings.json`` 140 140 141 141 Path to the file where the identifiers of existing mailing lists will be saved. … … 165 165 ********** 166 166 167 Default: ``/usr/local/ postman/storage/members.json``167 Default: ``/usr/local/mailjam/storage/members.json`` 168 168 169 169 Path to the file where the identifiers of existing members will be saved. … … 191 191 Default: ``true`` 192 192 193 Enables/disables the *archives* feature. When enabled, Postmansaves copies of193 Enables/disables the *archives* feature. When enabled, Mailjam saves copies of 194 194 email address into an *archive*, so they can be read later, through a web 195 195 interface. … … 220 220 **** 221 221 222 Default: ``/usr/local/ postman/archives``222 Default: ``/usr/local/mailjam/archives`` 223 223 224 224 Path to the directory where the archives will be saved. … … 238 238 .. warning:: 239 239 240 This parameters are not currently used in postman, we are still working240 This parameters are not currently used in mailjam, we are still working 241 241 on per-mailing-list configuration parameters. 242 242 … … 265 265 .. warning:: 266 266 267 This parameters are not currently used in postman, we are still working267 This parameters are not currently used in mailjam, we are still working 268 268 on per-member configuration parameters. 269 269
Note:
See TracChangeset
for help on using the changeset viewer.