|
Set up an alias in /etc/aliases OR /etc/postfix/aliases depending on where you've setup Postfix to look. The alias would look something like this:
root: asafnaot
If your user is asafnaot.
Afterwards, run postalias:
postalias
To save the changes, and restart postfix:
postfix restart
Cool
|