The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-09-2002
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
It matters what mail you are running, but you could under sendmail add an alias to send the mail to your hotmail account.

If you are running sendmail, look for /etc/aliases and vi the file.
Add something like

mylocaluser: myaccount@hotmail.com

This should then allow the email to be forwarded (without the need of setting up the local user and using the .forward file).

To send to more then one account -

mylocaluser: myaccount@hotmail.com,myotheraccount@yahoo.com