Regarding this exim /etc/aliases man page
I am not sure how /etc/aliases works. The
/etc/aliases
The file should contain lins of the form
name: address, address, ...
I looked in /usr/share/doc/exim4-base/spec.txt.gz, but all I want is an example of the format of the aliases.
Is it
root: bobjoe@mysite.com, Robbiejoe@mysite.com, bobjoe@mysecondsite.com
Where root is the login username on the Linux system, and the aliases that trail after it are (email addresses that go to root's inbox)
Or is it
root: bobjoe, Robbiejoe
Where the domain name is left out.. so the alias file doesn't care about domain..??
And so how can you route bobjoe@mysecondsite.com to the root user?