Project:Discussion lists: Difference between revisions

From Parents
Jump to navigation Jump to search
(→‎Setup: Finish up)
(→‎Setup: No longer need a step, but keeping it del'ed out just in case)
 
(4 intermediate revisions by the same user not shown)
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]]


Line 14: Line 15:
# From a ''shell''…
# From a ''shell''…
# <code>sudo newlist <var>listname</var></code>
# <code>sudo newlist <var>listname</var></code>
# I don't think this is necessary anymore since [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603904] <del>''Permissions fixup…''</del>
# <code>sudo config_list -o <var>tmp</var>/<var>listname</var> <var>listname</var></code>
# Edit in <code><var>tmp</var>/<var>listname</var></code>:
#* <del><code>sudo chown --recursive list /var/lib/mailman/archives/private/<var>listname</var></code></del>
#* <del><code>sudo chown --recursive list /var/lib/mailman/archives/private/<var>listname</var>.mbox</code></del>
#* <code>real_name</code>: to all lowercase
# ''Configure…''
#* <code>description</code>: provide a short one
## <code>sudo config_list -o <var>tmp</var>/<var>listname</var> <var>listname</var></code>
#* <code>info</code>: HTML description linking to more information
## Edit in <code><var>tmp</var>/<var>listname</var></code>:
#* <code>subject_prefix</code>: improve for email subject prefix
#* <code>admin_notify_mchanges</code>: to True (admin gets membership changes)
##* <code>real_name</code>: to all lowercase
#* <code>new_member_options</code>: to 258 (from 256, turning on "Do not send a copy of a member's own post"
##* <code>description</code>: provide a short one
#* <code>max_message_size</code>: 4000 (from 40) (so images can be attached)
##* <code>info</code>: HTML description linking to more information
#* <code>include_sender_header</code>: 0
##* <code>subject_prefix</code>: improve for email subject prefix
#* <code>available_languages</code>: <code>['en', 'es']</code> (add spanish)
##* <code>admin_notify_mchanges</code>: to True (admin gets membership changes)
#* <code>max_num_recipients</code>: 20 (from 10)
##* <code>new_member_options</code>: to 258 (from 256, turning on "Do not send a copy of a member's own post"
##* <code>max_message_size</code>: 4000 (from 40) (so images can be attached)
# Then <code>sudo config_list -i <var>tmp</var>/<var>listname</var> <var>listname</var></code>
##* <code>include_sender_header</code>: 0
##* <code>available_languages</code>: <code>['en', 'es']</code> (add spanish)
##* <code>max_num_recipients</code>: 20 (from 10)
## Then <code>sudo config_list -i <var>tmp</var>/<var>listname</var> <var>listname</var></code>

Latest revision as of 15:25, 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[edit]

Since it's a bit obtuse right now… notes on list setup.

  1. From a shell
  2. sudo newlist listname
  3. I don't think this is necessary anymore 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
  4. Configure…
    1. sudo config_list -o tmp/listname listname
    2. Edit in tmp/listname:
      • real_name: to all lowercase
      • description: provide a short one
      • info: HTML description linking to more information
      • subject_prefix: improve for email subject prefix
      • admin_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: 0
      • available_languages: ['en', 'es'] (add spanish)
      • max_num_recipients: 20 (from 10)
    3. Then sudo config_list -i tmp/listname listname