Home > Uncategorized > fatal: open database /etc/aliases.db

fatal: open database /etc/aliases.db

Thanks to these guys (http://www.scriptinstallation.in/fatal_database_aliases.html) I was able to solve this with

On a new postfix mail server installation, i got following error on console

Jul 11 19:19:32 freebsd postfix/local[654]: fatal: open database /etc/aliases.db: No such file or directory

The error is because postfix can’t find “/etc/aliases.db”. Problem is fixed with by recreating aliases.db file.

postfix stop
rm -f /etc/aliases.db
newaliases
postfix start

Categories: Uncategorized Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.