Re: MySQL Auth Troubles during Migration to 2.4.1

2025-05-07 Thread Odhiambo Washington via dovecot
On Tue, May 6, 2025 at 1:26 PM Timo Sirainen wrote: On 6. May 2025, at 12.13, Odhiambo Washington via dovecot wrote: > > Then I created my auth-sql.conf.ext shown above. > What I realized then is that the dovecot/auth service doesn't seem to be > running. Not

Re: MySQL Auth Troubles during Migration to 2.4.1

2025-05-06 Thread Timo Sirainen via dovecot
On 6. May 2025, at 12.13, Odhiambo Washington via dovecot wrote: > > Then I created my auth-sql.conf.ext shown above. > What I realized then is that the dovecot/auth service doesn't seem to be > running. Not sure why. It's only started when the first auth lookup is done. You could test also wit

Re: MySQL Auth Troubles during Migration to 2.4.1

2025-05-06 Thread Odhiambo Washington via dovecot
On Tue, May 6, 2025 at 10:53 AM Timo Sirainen wrote: On 4. May 2025, at 14.24, Odhiambo Washington via dovecot wrote: > > passdb sql { >   default_password_scheme = SHA512 >   query = SELECT crypt AS password FROM users,domains WHERE users.username = '% >

Re: MySQL Auth Troubles during Migration to 2.4.1

2025-05-06 Thread Timo Sirainen via dovecot
On 4. May 2025, at 14.24, Odhiambo Washington via dovecot wrote: > > passdb sql { > default_password_scheme = SHA512 > query = SELECT crypt AS password FROM users,domains WHERE users.username = > '% > {user}' AND users.enabled = '1' AND users.type='local' and domains.enabled='1' > and domai