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