Linux warning: database /etc/mail/aliases.db is older than

Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Linux warning: database /etc/mail/aliases.db is older than

Post by mister_v »

Hello,

I got the following error message is my logs:

Code: Select all

warning: database /etc/mail/aliases.db is older than source file /etc/mail/aliases
What does it mean?
I don't think I have update this file.
chris
Site Admin
Posts: 194
Joined: Mon Jul 21, 2008 9:52 am

Re: Linux warning: database /etc/mail/aliases.db is older th

Post by chris »

this is the database postfix uses to deliver the mails.

/etc/mail/aliases is the plain text file you can update.
If you didn't update it, check it for any strange user names.
Perhaps you upgraded postfix, could have changed the date stamp of the file?

/etc/mail/aliases.db is the hashed file used postfix.

Run newaliases to update aliases.db

Code: Select all

newaliases
Post Reply