From 17084f64b80a764b515ea76647760a673980da18 Mon Sep 17 00:00:00 2001 From: nka11 Date: Tue, 29 Oct 2013 08:53:54 +0100 Subject: No trace of hyperkitty.cfg reading the archiver gave me correct value --- doc/install.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 83057cb..74ae67d 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -87,12 +87,7 @@ To receive incoming emails from Mailman, you must add the follwing lines to [archiver.hyperkitty] class: hyperkitty.archiver.Archiver enable: yes - configuration: /path/to/hyperkitty_standalone/hyperkitty.cfg - -The ``hyperkitty.cfg`` file which path is specified by the ``configuration`` -key is an additional HyperKitty-specific configuration file for which an -example is provided. See the included ``hyperkitty_standalone/hyperkitty.cfg`` -file. + configuration: /path/to/hyperkitty_standalone/setup.py .. warning:: The user that Mailman runs under (unually "mailman") must be able to read -- cgit From 474a7de956c5accf6c160b85cda80022a882ab05 Mon Sep 17 00:00:00 2001 From: nka11 Date: Tue, 29 Oct 2013 14:04:42 +0100 Subject: typo fix --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 74ae67d..1f2b17e 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -87,7 +87,7 @@ To receive incoming emails from Mailman, you must add the follwing lines to [archiver.hyperkitty] class: hyperkitty.archiver.Archiver enable: yes - configuration: /path/to/hyperkitty_standalone/setup.py + configuration: /path/to/hyperkitty_standalone/settings.py .. warning:: The user that Mailman runs under (unually "mailman") must be able to read -- cgit