SSMTP to forward root@localhost mail
- by Redconnection
I would like to forward mail that gets sent root@localhost on multiple servers to our company admin account (e-mail is hosted on gmail)
I have installed ssmtp on centos 5.5 via yum and configured it. i've also changed the last line in /etc/aliases to reflect where mail to root should go to.
I've then tried sending mail to root - this gets delivered without a problem (mail -v root)
I've also tried sending mail to root@localhost - this is not delivered to the specified gmail account.