| Hey,
To forward all the email arriving at your account, simply create a file called .forward in your home directory containing the address (or comma-seperated list of addresses) to which you want the mail forwarded. So if you want all your mail forwarded to another address user@domain, .forward should contain user@domain
Seconly if you Want one email to go to several different users
Then Alias to "Email Address" of for example friends "emailusername1,emailusername2,someotheruser@hotma il.com". Now if you email the friends alias, the email will get sent to those three addresses addresses.
These entries will also appear in /etc/aliases like friends: emailusername1,emailusername2,someotheruser@domain name.com.
For Bcc check the man pages and search for bcc option you will get that. |