diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-04-22 17:00:36 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-04-22 17:00:36 +0200 |
commit | 550c28837ea236ea4c853519a23b97bd135fba3c (patch) | |
tree | ec2f07763b621241a548eaad64bbd2cd5f6b6f73 /doc/install.rst | |
parent | 6dcf81e8d7e0f1c60a7d39bff241bc1e3436488b (diff) | |
download | hyperkitty-550c28837ea236ea4c853519a23b97bd135fba3c.tar.gz hyperkitty-550c28837ea236ea4c853519a23b97bd135fba3c.tar.xz hyperkitty-550c28837ea236ea4c853519a23b97bd135fba3c.zip |
Add some doc snippets
Diffstat (limited to 'doc/install.rst')
-rw-r--r-- | doc/install.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst index d020161..aadcf5d 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -94,6 +94,13 @@ key is an additional HyperKitty-specific configuration file for which an example is provided. See the included ``hyperkitty_standalone/hyperkitty.cfg`` file. +.. warning:: + The user that Mailman runs under (unually "mailman") must be able to read + both the ``settings.py`` and ``settings_local.py`` files. Remember that + those files also contain the database passwords, so make sure the + permissions are correct. We suggest adding the mailman user to the apache + group, and only giving this group read access to those files. + After having made these changes, you must restart Mailman. Check its log files to make sure the emails are correctly archived. You should not see "``Broken archiver: hyperkitty``" messages. |