vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Send linux mail to an external email adress

on in Linux

Today I looked in the mail records of my linux server and I saw all this crap. So I decided to send all the local mail to my normal email account. This is what I had to do:

Make sure this is in: /etc/aliases:

1
2
root: real-leon
leon: leon@tim-online.nl

Then run the command newaliases

Comments