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
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
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 = '%
>
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