There are plenty of examples of how to use aliases to send email to multiple addresses, but I'm interested in sending to an internal name and an external address.
For example, this doesn't work, but the external address does get root messages:
root: root,SomeOtherAddress@email.com
I've also tried this, but get an access denied error is thrown trying to append to the file:
root: /var/mail/root,SomeOtherAddress@email.com
I'd like to keep a record of root's messages where they would normally be, and also send a copy to an external address.
Suggestions?
Thanks.