Using the 'aliases' file we can instruct any mail destined for a specific user to be forwarded to another (internal or external) address - for example by adding the following to /etc/aliases:
sudo vi /etc/aliases
root: [email protected]
and ensure those changes take effect by issuing:
sudo newaliases
and finally reloading the mail server:
sudo service postfix reload
0 comments:
Post a Comment