Project:Discussion lists: Difference between revisions
Jump to navigation
Jump to search
(→Setup: Not about possible change) |
(Mention mailing list for this project) |
||
Line 6: | Line 6: | ||
Lists as of 2013-07: |
Lists as of 2013-07: |
||
* [http://list.9.0ne.org/list/listinfo/project This project] |
|||
* [[Sagamore discussion lists]] |
* [[Sagamore discussion lists]] |
||
Revision as of 15:22, 15 August 2014
This project offers email discussion lists (i.e. mailing lists, discussion groups, email lists, lists) to help parents collaborate.
These discussion lists are archived and the archives are publicly accessible on the Web. Subscribers receive messages sent to the list, and can post to the list unmoderated. Non-subscriber messages may be posted to the list after moderator approval.
There's a web interface to the lists, which are powered by Mailman.
Lists as of 2013-07:
Setup
Since it's a bit obtuse right now… notes on list setup.
- From a shell…
sudo newlist listname
- Not sure about this since [1] Permissions fixup…
sudo chown --recursive list /var/lib/mailman/archives/private/listname
sudo chown --recursive list /var/lib/mailman/archives/private/listname.mbox
- Configure…
sudo config_list -o tmp/listname listname
- Edit in
tmp/listname
:real_name
: to all lowercasedescription
: provide a short oneinfo
: HTML description linking to more informationsubject_prefix
: improve for email subject prefixadmin_notify_mchanges
: to True (admin gets membership changes)new_member_options
: to 258 (from 256, turning on "Do not send a copy of a member's own post"max_message_size
: 4000 (from 40) (so images can be attached)include_sender_header
: 0available_languages
:['en', 'es']
(add spanish)max_num_recipients
: 20 (from 10)
- Then
sudo config_list -i tmp/listname listname