[Dovecot] doveadm director map : User listing returned failure
Hello we are running Dovecot 2.1.9. We have 2 proxies with director and 4 mail servers. We have the user information in a LDAP.
I try to do:
# doveadm director map
doveadm(root): Error: User listing returned failure
doveadm(root): Error: user listing failed
user mail server ip expire time
<unknown> x.x.x.x 2012-09-12 10:52:17
<unknown> x.x.x.x 2012-09-12 10:55:53
in the dovecot log i have found:
dovecot: auth: Error: Trying to iterate users, but userdbs don't support it
What can I do to solve this problem? Thanks in advance.
--
Ramon Frontera Gallardo Universitat de les Illes Balears
Ramón Frontera wrote:
we are running Dovecot 2.1.9. We have 2 proxies with director and 4 mail servers. We have the user information in a LDAP.
I try to do: # doveadm director map doveadm(root): Error: User listing returned failure doveadm(root): Error: user listing failed user mail server ip expire time
<unknown> x.x.x.x 2012-09-12 10:52:17 <unknown> x.x.x.x 2012-09-12 10:55:53in the dovecot log i have found: dovecot: auth: Error: Trying to iterate users, but userdbs don't support it
Please see http://wiki2.dovecot.org/Tools/Doveadm/Mailbox
Make sure that the iterate_attrs and iterate_filter settings in /etc/dovecot/dovecot-ldap.conf.ext match your LDAP schema and the user is allowed to iterate the LDAP tree.
Regards Daniel
participants (2)
-
Daniel Parthey
-
Ramón Frontera