sasl2 authentication on postfix
Dec 27 19:34:00 alpha postfix/smtpd[3845]: warning: SASL authentication problem:
unable to open Berkeley db /etc/sasldb2: No such file or directory
Dec 27 19:34:00 alpha postfix/smtpd[3845]: warning: SASL authentication problem:
unable to open Berkeley db /etc/sasldb2: No such file or directory
Dec 27 19:34:00 alpha postfix/smtpd[3845]: warning: SASL authentication failure:
Password verification failed
I've created the database file and made sure it's there.
I even created the user with '-f /etc/sasldb2' just to make sure it took.
No errors there.
These are the permissions for the file.
-rw-rw---- 1 root sasl 12288 Dec 27 19:32 /etc/sasldb2
I created the password hash via
perl -MMIME::Base64 -e ' print encode_base64("username\0username\0password");'
Any suggestions on what to look for
Reply to: