On Fri, May 27, 2022 at 06:22:01PM -0700, Jim Garrison <j...@jhmg.net> wrote:
> I'm migrating from an ancient Postfix 2.6.6 with SASL 2.1.23 on Centos > 6 to 3.5.6 with SASL 2.1.27 on Debian 11. I've got everything working > EXCEPT SASL authentication, and the amount of conflicting information > on Postfix+SASL on the web is rather amazing :-). I've recently done a similar thing, replacing an 11 year old mail server for someone, and encountered a similar-sounding problem. The passwords are in /etc/sasldb2, but that file isn't accessible by chrooted postfix processes. I moved it to /var/spool/postfix/etc/sasldb2 and created a symlink to it at /etc/sasldb2. That might be the cause, but bear in mind Viktor's comments about the lack of security in having unhashed passwords on disk. > -- > Jim Garrison > j...@acm.org cheers, raf