Re: doveadm user '*' not working, virtual users only with sqlite

2023-12-05 Thread John Stoffel
> "Aki" == Aki Tuomi via dovecot writes: That did the trick. Thanks! Maybe the docs can be updated to make this crystal clear? Especially the section which talks about using the static driver with userdb and how it doesn't allow the use of interate_query. > iterate_query only works with

Re: doveadm user '*' not working, virtual users only with sqlite

2023-12-02 Thread John Stoffel
> "Aki" == Aki Tuomi writes: > iterate_query only works with > userdb { > driver = sql > args = /path/to/auth-sql.conf.ext > } Thanks, that was the key part I was missing! Can you maybe think to update the code to give a more useful error message, or even a warning on startup which says

Re: doveadm user '*' not working, virtual users only with sqlite

2023-12-02 Thread Aki Tuomi via dovecot
iterate_query only works with userdb { driver = sql args = /path/to/auth-sql.conf.ext } Aki > On 02/12/2023 00:02 EET John Stoffel wrote: > > > > "John" == John Stoffel writes: > > Do I think I'm on the right track here, since I removed the following > from /etc/dovecot/conf.d/auth

Re: doveadm user '*' not working, virtual users only with sqlite

2023-12-01 Thread John Stoffel
> "John" == John Stoffel writes: Do I think I'm on the right track here, since I removed the following from /etc/dovecot/conf.d/auth-sql.conf.ext #userdb { # driver = static # args = uid=mail gid=mail home=/var/mail/%d/%n #} So now my error is as follows: # doveadm us