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 [email protected] for example. How can i do that? Thks in advanced.
edit /etc/aliases and add Code: local_username: [email protected] Then run the command Code: newaliases