I configured the SSMTP in a ubuntu server 13.04.
Configured the root user email address.
Everything works correctly.
But, now I want to configure the "~/.forward" to send all emails to another address.
I created the file at the root user home /root/.forward, and added to it:
another@email.com
But this isn't working. When I sent a email to root, only the root email receives the email.
I'm sending emails with:
echo Msg body | mail -s Subject root
What I need to do to get the .forward file working?