Forward Root’s Mail

Forwarding the email sent to root on a system to another email address.
vi /etc/aliases

# Person who should get root’s mail
root:   myreal@emailaddress.com

The run:
/usr/bin/newaliases

Test it.

Post comment