PDA

View Full Version : Sendmail alias...


lyndros
29th April 2009, 10:58
Hi guys, have some troubles trying to make an alias to an email account.

I want just in my linux box to make an alias to an external email account.

Let me explain: $mail localuser

want to have this mail being forwarded to user@hotmail.com for example.

How can i do that?

Thks in advanced.

topdog
30th April 2009, 09:19
edit /etc/aliases and add

local_username: user@hotmail.com

Then run the command

newaliases

lyndros
5th May 2009, 11:09
That worked, thank u very much :)