Mailing Lists: Difference between revisions

From CSCWiki
Jump to navigation Jump to search
(technical details of mailing lists)
(syscom has moved to mailman)
Line 17: Line 17:
== Technical Details ==
== Technical Details ==


Most of our mailing lists are handled through [http://www.gnu.org/software/mailman/index.html Mailman], including the lists for the [[Executive]] (<tt>exec@csclub.uwaterloo.ca</tt>), the Programmes Committee (<tt>progcom@csclub.uwaterloo.ca</tt>), and the Contest Committee (<tt>concom@csclub.uwaterloo.ca</tt>).
Most of our mailing lists are handled through [http://www.gnu.org/software/mailman/index.html Mailman], including the lists for the [[Executive]] (<tt>exec@csclub.uwaterloo.ca</tt>), the Programmes Committee (<tt>progcom@csclub.uwaterloo.ca</tt>), the Contest Committee (<tt>concom@csclub.uwaterloo.ca</tt>) and the Systems Committee (<tt>syscom@csclub.uwaterloo.ca</tt>).

The notable exception to this is the mailing list for the [[Systems Committee]], which is maintained directly in <tt>/etc/aliases</tt> on [[Machine_List#caffeine|caffeine]]. If you update this list, run <tt>sudo newaliases</tt> (as documented in the file itself) to cause Postfix to reload the list.


[[Category:Systems]]
[[Category:Systems]]

Revision as of 17:17, 15 June 2010

Systems Mailing Lists

The following mailing lists are the targets of various automated notifications. Subscribe to them to receive these notifications.

git@csclub.uwaterloo.ca

Commits to club git repositories are sent to this list in patch form.

packages@csclub.uwaterloo.ca

Changes to our debian repository are sent to this list.

ceo@csclub.uwaterloo.ca

CEO sends a note to this list every time a new member or club is added.

Technical Details

Most of our mailing lists are handled through Mailman, including the lists for the Executive (exec@csclub.uwaterloo.ca), the Programmes Committee (progcom@csclub.uwaterloo.ca), the Contest Committee (concom@csclub.uwaterloo.ca) and the Systems Committee (syscom@csclub.uwaterloo.ca).