Mailing Lists: Difference between revisions

From CSCWiki
Jump to navigation Jump to search
m (add to Systems category)
(technical details of mailing lists)
Line 14: Line 14:


[[CEO]] sends a note to this [http://csclub.uwaterloo.ca/mailman/listinfo/ceo list] every time a new member or club is added.
[[CEO]] sends a note to this [http://csclub.uwaterloo.ca/mailman/listinfo/ceo list] every time a new member or club is added.

== 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>).

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 15:58, 22 May 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), and the Contest Committee (concom@csclub.uwaterloo.ca).

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