Difference between revisions of "Service/lists"

From Sugar Labs
Jump to navigation Jump to search
Line 11: Line 11:
 
== Administrative contact ==
 
== Administrative contact ==
  
postmaster AT sugarlabs DOT org
+
* For problems concerning a specific mailing-list, please contact the individual administrator reported on in the mailing-list summary page
 +
* Technical contact for Mailman and general sugarlabs.org email routing: '''postmaster AT sugarlabs DOT org'''
  
  
Line 19: Line 20:
  
 
* [[User:bernie|Bernie Innocenti]]
 
* [[User:bernie|Bernie Innocenti]]
 +
* [[User:SMParrish|Steven Parrish]]
  
  
Line 52: Line 54:
 
== See Also ==
 
== See Also ==
  
 +
* [[Mailing_Lists]]
 
* [[Sysadmin/Add_mailing_list]]
 
* [[Sysadmin/Add_mailing_list]]
  
  
 
[[Category:Service|zzz]]
 
[[Category:Service|zzz]]

Revision as of 06:04, 6 October 2010

Hostnames

Hosted on

Machine/sunjammer


Administrative contact

  • For problems concerning a specific mailing-list, please contact the individual administrator reported on in the mailing-list summary page
  • Technical contact for Mailman and general sugarlabs.org email routing: postmaster AT sugarlabs DOT org


Sysadmins

For non-emergency calls, preferably send email to the administrative contact.


Notes

Upgrade notes

To migrate lists from solarsail to sunjammer, I did the following:

  • Lower TTL for lists.sugarlabs.org to 30 minutes
  • Copy over config before cut-off:
 ssh solarsail
 cd /var/lib/mailman/lists/
 rsync -aP aslo bugs colombia community-news dextrose fourthgrademath gsoc iaep italia marketing soas somosazucar sugar-desarrollo sugar-devel sugar-reports  systems systems-logs root@sunjammer:/var/lib/mailman/lists/
 cd /var/lib/mailman/archives/private
 rsync -aP aslo* bugs* colombia* community-news* dextrose* fourthgrademath* gsoc* iaep* italia* marketing* soas* somosazucar* sugar-desarrollo* sugar-devel* sugar-reports* systems* systems-logs* root@sunjammer:/var/lib/mailman/archives/private/
  • Copy over virtual host configuration for Postfix.
  • Test admin pages and archives on the new site (I've set the new IP for lists.sugarlabs.org in /etc/hosts)
  • Configure postfix on solarsail to relay anything@lists.sugarlabs.org to sunjammer
  • Switch over DNS records
  • Restore default TTL for lists.sugarlabs.org

See Also