CSE Mailing List Aliases
Here's how to add somebody to/update the CSE mailing list on Ponderosa:
You'll have to SSH as root onto ponderosa.cse.unr.edu, we'll use the CoEN Ansible Key to do so.
ssh <YOUR NET_ID>@steamboat.engr.unr.edu sudo su ssh -i /srv/ansible/.ssh/coen-ansible ponderosa.cse.unr.edu
Now that we're on Ponderosa, we need to edit the actual mailing list:
nano /etc/aliases
--this may be intimidating to look at, but this is because of the sheer size of the number of faculty. In nano, you can search for a string using ⌃+W and type in whatever mailing list you want to search for. Let's use ehelp@cse.unr.edu as an example:
Simply add an email address to the end of the list. If adding multiple, make sure that they're separated by commas. When you're done, hit ⌃+X, Y, ⏎ to save your changes and close out.
One last step: we need to update our aliases. Simply run newaliases in the terminal.
Done! Now you know how to add to a CSE mailing list.
- Last Author
- ajanib
- Last Edited
- Jul 2 2019, 1:38 PM