Timo,
-----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi]
I suppose it could get a list of all users and then list all users whose hash matches what director has.. Hmm. I guess that would be usable too, yes. :)
See if this works: http://hg.dovecot.org/dovecot-2.0/rev/4138737f41e6
I get:
[root@cc-popmap7 ~]# doveadm director map doveadm(root): Error: User listing returned failure doveadm(root): Error: user listing failed
Our environment might be a little weird. We're using LDAP accounts via pam_ldap on the backend servers, so they are essentially local accounts (not virtual). I'm using passthrough auth with NOPASSWORD in the director proxy query. The accounts are also available on the directors, but since there's about 45k of them it would take quite a while to iterate and test hashes for all of them, if that's what it's trying to do.
Sounds like this might just not work in our environment due to the size of our account base. I do appreciate very much that you added the feature though!
-Brad