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

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

2023-12-01 Thread John Stoffel
Hi all, I've been pounding my head against the sand for a while here trying to figure out why I can't get: doveadm user '*' working properly. I've got a Debian 11 VPS runnig dovecot version 2.3.21-1+debian10 and it works great. But not I'm trying to add in simple replication to a home