On Thu, 2022-01-06 at 14:05 -0800, Joseph Tam wrote: > On Wed, 5 Jan 2022, Ken Wright wrote: > > > JanĀ 5 22:09:30 grace dovecot: auth: Debug: client passdb out: > > FAIL#0111#[email protected] > > Just a wild ass guess, but does your password backend expect "me", or > "[email protected]" (which is what it was given).
It was expecting [email protected], but that wasn't the problem. Turns out PostfixAdmin was hashing the passwords with MD5 and Dovecot was looking with ARGON. No wonder I was getting password mismatches! Ken
