Service/lists: Difference between revisions

No edit summary
Remove obsolete ole domain, replace inactive admin lfaraone with ignacio (who doesn't know he's being volunteered :-), and various cleanups
Tag: visualeditor
 
Line 1: Line 1:
== Hostnames ==
== Hostnames ==


* http://lists.sugarlabs.org/
* https://lists.sugarlabs.org/
* http://lists.ole.org/


== Hosted on ==
== Hosted on ==
Line 18: Line 17:


* [[User:bernie|Bernie Innocenti]]
* [[User:bernie|Bernie Innocenti]]
* [[User:lfaraone|Luke Faraone]]
* [[User:Ignacio|Ignacio Rodríguez]]


== Requesting a new mailing list ==
== Requesting a new mailing list ==
Line 34: Line 33:


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 42: 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 56: 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 84: 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 ===