Marc Siegel wrote:
How can I get all of root's mail to go to a user?
Look in "/etc/aliases" for the lines:
# Person who should get root's mail #root: marc
Uncomment the second line and change "marc" to the name of your user account. So for example:
root: jeremy
...would have root's mail going to me.
Don't forget to run "newaliases" after making changes.
Jeremy