This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git
commit 3b5000d1eefca7da15625f02e68571064930e33c Author: Sebb <s...@apache.org> AuthorDate: Wed Jun 17 11:32:49 2020 +0100 Mention auth setup --- source/markdown/docs/INSTALLING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/markdown/docs/INSTALLING.md b/source/markdown/docs/INSTALLING.md index c6d0524..de197ef 100644 --- a/source/markdown/docs/INSTALLING.md +++ b/source/markdown/docs/INSTALLING.md @@ -32,6 +32,8 @@ You will need the following software installed on your machine: ...[follow instructions in the setup script] ``` - Edit `site/js/config.js` to suit your needs (usually very little editing is needed) +- Set up the appropriate authorisation for private lists. For examples, see: + https://github.com/apache/incubator-ponymail/tree/master/aaa_examples @@ -86,7 +88,7 @@ If you are using MailMan 3, you can add archiver.py as an archive by following t ``` For older mailing list systems such as Mailman 2 and ezmlm, you can also -tak a look at our [archiving examples](archiving.html) page for pointers. +take a look at our [archiving examples](archiving.html) page for pointers. ## Public versus private lists ## In MailMan 3, this should be auto-detected and is not a concern. @@ -96,6 +98,7 @@ the --private arg to the python script to mark an email as private: foolist-private: "|/usr/bin/python3 /path/to/tools/archiver.py --private" foolist-public: "|/usr/bin/python3 /path/to/tools/archiver.py" ``` +Note that private lists are subject to authorisation which you should set up as noted above ## Importing old data into Pony Mail See [this guide](importing.html) for details on how to import old archives into Pony Mail.