SASL (Postfix) authentication with MySQL and Blowfish pre-encrypted passwords
- by webo
I have a Rails app with the Devise authentication gem running user registration and login. I want to use the db table that Devise populates when a user registers as the table that Postfix uses to authenticate users.
The table has all the fields that Postfix may want for SASL authentication except that Devise encrypts the password using Blowfish…