Changes

Jump to navigation Jump to search
71 bytes removed ,  10:17, 9 October 2018
Remove obsolete ole domain, replace inactive admin lfaraone with ignacio (who doesn't know he's being volunteered :-), and various cleanups
Line 1: Line 1:  
== Hostnames ==
 
== Hostnames ==
   −
* http://lists.sugarlabs.org/
+
* https://lists.sugarlabs.org/
* http://lists.ole.org/
      
== Hosted on ==
 
== Hosted on ==
    
[[Machine/sunjammer]]
 
[[Machine/sunjammer]]
      
== Administrative contact ==
 
== Administrative contact ==
Line 19: Line 17:     
* [[User:bernie|Bernie Innocenti]]
 
* [[User:bernie|Bernie Innocenti]]
* [[User:SMParrish|Steven Parrish]]
+
* [[User:Ignacio|Ignacio Rodríguez]]
    
== Requesting a new mailing list ==
 
== Requesting a new mailing list ==
Line 27: Line 25:     
When you have a critical mass of people regularly talking about the same topic, request a mailing list by
 
When you have a critical mass of people regularly talking about the same topic, request a mailing list by
emailing the following information to sysadmin at laptop dot org:
+
emailing the following information to the administrative contact:
   −
1. The name you want for your mailing list, with alternative names if the first one is taken
+
# The name you want for your mailing list, with alternative names if the first one is taken
2. A description of the list, its purpose, and why it's needed (being able to say "we've been talking on this other list for a while, and the discussion has grown too big - see these archive links" is helpful)
+
# A description of the list, its purpose, and why it's needed (being able to say "we've been talking on this other list for a while, and the discussion has grown too big - see these archive links" is helpful)
3. The name/email of the list admin, and of at least one other moderator (minimum one admin and one moderator)
+
# The name/email of the list admin, and of at least one other moderator (minimum one admin and one moderator)
4. At least 10 names/emails of people who want to be the initial subscribers
+
# At least 10 names/emails of people who want to be the initial subscribers
    
It may take up to 48h to hear a response back, so please be patient!
 
It may take up to 48h to hear a response back, so please be patient!
  −
   
== Sysadmin Recipes ==
 
== Sysadmin Recipes ==
   Line 43: Line 39:  
* Create the list:
 
* Create the list:
   −
  sudo /var/lib/mailman/bin/newlist --urlhost=lists.sugarlabs.org --emailhost=lists.sugarlabs.org LISTNAME
+
  sudo newlist --urlhost=lists.sugarlabs.org --emailhost=lists.sugarlabs.org LISTNAME
    
* Send additional instructions to list administrator
 
* Send additional instructions to list administrator
Line 57: Line 53:  
  list is about. Please, notify systems@ if you change security or privacy
 
  list is about. Please, notify systems@ if you change security or privacy
 
  related settings.
 
  related settings.
  −
   
=== Change virtual host of a list ===
 
=== Change virtual host of a list ===
   −
  bin/withlist -l -r fix_url bolivia -u lists2.ole.org
+
  withlist -l -r fix_url bolivia -u lists2.ole.org
    
=== Change a parameter on all lists ===
 
=== Change a parameter on all lists ===
    
  echo "nondigestable = True" >bar
 
  echo "nondigestable = True" >bar
  for l in `bin/list_lists -b`; do bin/config_list -i bar -v $l ; done
+
  for l in `list_lists -b`; do config_list -i bar -v $l ; done
 
  rm bar
 
  rm bar
   Line 85: Line 79:  
Then, execute:
 
Then, execute:
   −
  bin/withlist -l -r nodigests -a
+
  withlist -l -r nodigests -a
    
=== Migrating lists from one host to another ===
 
=== Migrating lists from one host to another ===

Navigation menu