Forwarding root Email to Another Address ======================================== Author: Momchil Ivanov Date : 2013.10.21 Introduction ------------ This article describes how to forward all mail for the user root to another email address or user. Method ------ Edit file /etc/mail/aliases and insert root: myuser@mydomain.com if you want to forward all mail for the user root to myuser@mydomain.com or root: myuser if you want to forward to the local user myuser. After editing execute: # newaliases There is no need to restart the MTA daemon. References ---------- 1: https://www.freebsd.org/doc/handbook/sendmail.html 2: man 5 aliases