I am administrating the Linux server at school, and i need to setup an
account that mails all users on the system <for system news, etc.>.
Currently, I have a shell script that outputs the list of users to
/etc/userlist, and in /etc/aliases, that forwards all mail to
everyone@ruby to all the users on the system. However, Joe Student can
just go and mail everyone@ruby and mail everyone. I am looking for a mail
program to mail all the users on the system.
-Rob