postfix postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied
You need to make sure that postfix user is able to read that file. You can post the output of
$ sudo ls -l /etc/postfix/sasl_passwd.db
to get more help.
To create this file, you can use the command:
$ sudo postmap sasl_passwd
This will create the
.db
file.
Comments
Post a Comment