Displaying 2 results from an estimated 2 matches for "backprod".
Did you mean:
backprop
2020 Feb 06
2
noreplicate for some users
Hi,
I have set up the sync and it is working but I only would like to sync some users. Currently this does not seem to work.
Version 2.3.9.2
Relevant Settings:
File users:
mail at domain.de:{SHA}hash:::t:
passdb {
driver = passwd-file
args = username_format=%u /etc/dovecot/users
}
userdb {
driver = passwd-file
args = username_format=%u /etc/dovecot/users
default_fields =
2020 Feb 06
0
noreplicate for some users
...t, or in the actual passwd-file file contents
(/etc/dovecot/users).
In default_fields, you should use the non-prefixed name, i.e.
"noreplicate=y"
Use `doveadm user -u <username>` to see what userdb fields are returned
for a specific user.
- Eirik
On 2/6/2020 11:36 PM, mail at backprod.de wrote:
> Hi,
>
> I have set up the sync and it is working but I only would like to sync some users. Currently this does not seem to work.
>
> Version 2.3.9.2
>
> Relevant Settings:
>
> File users:
> mail at domain.de:{SHA}hash:::t:
>
> passdb {
> dr...