summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpaz <paz@nadir.org>2017-06-28 05:58:12 +0000
committerpaz <paz@nadir.org>2017-06-28 05:58:12 +0000
commit505417a605be55a4d2a65025ad76165a579504b8 (patch)
treed429e1bddf4405e4240a763cf461404ee805a5f4 /docs
parentfd6d9763617949ee3bf71a92ac9895d78a2a3e66 (diff)
parent93699891cd476d5aee7c86ec305174dc8460d0f4 (diff)
Merge branch 'master' into 'master'
Add a paragraph clarifying that once a list is created, the options are stored… Closes #15 See merge request !8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index b1f1201..99486bb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -83,6 +83,7 @@ For explanations of the possible settings read the default config file (also [av
The **default settings for new lists** are read from another config file. By default Schleuder looks at `/etc/schleuder/list-defaults.yml`. To make Schleuder read a different file set the environment variable `SCHLEUDER_LIST_DEFAULTS` analogous to above. The possible settings are explained in the default config file, which is [also available in the repository](https://0xacab.org/schleuder/schleuder/blob/master/etc/list-defaults.yml).
+Once a list is created, it is not affected by these configuration files any more. Existing lists have their configuration stored in the database. The settings in the database can be shown and set via the schleuder API, available through schleuder-web or schleuder-cli. Run `schleuder-cli lists help` and `schleuder-cli lists list-options` for more information on the latter.
### Hook into Mail Transport Agent