Linux : Issue with mail aliases “database /etc/aliases.db is older than source file /etc/aliases”
If you are experiencing issues with your local mail aliases, make sure there is no syntax error in /etc/aliases file and have a look at the mail log file :
1 |
/var/log/mail.log |
You most likely will encounter a message like this one :
1 |
postfix/local[15083]: warning: database /etc/aliases.db is older than source file /etc/aliases |
In that case, simply run the command to rebuild the aliases database… Read More »