Solution of the warning “database /etc/aliases.db is older than source file /etc/aliases”

I noticed once on one of the servers in the files /var/log/mail.log and /var/log/syslog the following warning:

postfix/local[41511]: warning: database /etc/aliases.db is older than source file /etc/aliases

This warning is displayed because someone changed the /etc/aliases file and did not update the /etc/aliases.db database.

To update /etc/aliases.db, run the commands:

cd /etc
sudo newaliases

Done.

See also my article:
Redirecting mail for the root user

Join the Conversation

2 Comments

Leave a Reply to kde35Cancel reply

  1. Why do you need to do cd /etc? Otherwise newaliases creates aliases.db in $pwd?

Discover more from IT Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading