Mail Aliases
October 27, 2008 Posted by KP
I’m using postfix on my server, there are at least three aliases file:
/etc/aliases
/etc/mail/aliases
/usr/local/etc/postfix/aliases
The correct one is /etc/aliases, which can be checked with
# postconf | grep aliases
It’s important to modify the root line to not miss system’s email. Run newaliases after the modification:
# newaliases
Related Posts:
Filed Under: Email